fix(SettingsWindow): set a default background color

This commit is contained in:
Wescoeur 2017-06-20 22:31:15 +02:00
parent c673b4026e
commit 6074880161

View file

@ -31,7 +31,7 @@ ApplicationWindow {
Rectangle {
anchors.fill: parent
color: 'SettingsWindowStyle.color'
color: SettingsWindowStyle.color
}
ColumnLayout {