feat(SettingsWindow): set a default background color

This commit is contained in:
Wescoeur 2017-06-20 22:28:00 +02:00
parent 8c9f9f944d
commit c673b4026e
2 changed files with 8 additions and 0 deletions

View file

@ -29,6 +29,11 @@ ApplicationWindow {
// ---------------------------------------------------------------------------
Rectangle {
anchors.fill: parent
color: 'SettingsWindowStyle.color'
}
ColumnLayout {
anchors.fill: parent
spacing: 0

View file

@ -1,9 +1,12 @@
pragma Singleton
import QtQuick 2.7
import Colors 1.0
// =============================================================================
QtObject {
property color color: Colors.k
property int height: 640
property int width: 1024