Commit c673b402 authored by Wescoeur's avatar Wescoeur

feat(SettingsWindow): set a default background color

parent 8c9f9f94
...@@ -29,6 +29,11 @@ ApplicationWindow { ...@@ -29,6 +29,11 @@ ApplicationWindow {
// --------------------------------------------------------------------------- // ---------------------------------------------------------------------------
Rectangle {
anchors.fill: parent
color: 'SettingsWindowStyle.color'
}
ColumnLayout { ColumnLayout {
anchors.fill: parent anchors.fill: parent
spacing: 0 spacing: 0
......
pragma Singleton pragma Singleton
import QtQuick 2.7 import QtQuick 2.7
import Colors 1.0
// ============================================================================= // =============================================================================
QtObject { QtObject {
property color color: Colors.k
property int height: 640 property int height: 640
property int width: 1024 property int width: 1024
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment