From 6074880161adafcad87c4364c3118fc6448bf163 Mon Sep 17 00:00:00 2001 From: Wescoeur Date: Tue, 20 Jun 2017 22:31:15 +0200 Subject: [PATCH] fix(SettingsWindow): set a default background color --- ui/views/App/Settings/SettingsWindow.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/views/App/Settings/SettingsWindow.qml b/ui/views/App/Settings/SettingsWindow.qml index 2198267f8..da83b9c65 100644 --- a/ui/views/App/Settings/SettingsWindow.qml +++ b/ui/views/App/Settings/SettingsWindow.qml @@ -31,7 +31,7 @@ ApplicationWindow { Rectangle { anchors.fill: parent - color: 'SettingsWindowStyle.color' + color: SettingsWindowStyle.color } ColumnLayout {