From a1f32b74e5b4a30e892a87deb3f7e052e94bbf54 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Thu, 4 May 2017 09:48:54 +0200 Subject: [PATCH] Include recommended/custom switch in theme Otherwise it stays white. --- resources/qml/Sidebar.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/qml/Sidebar.qml b/resources/qml/Sidebar.qml index 132d1d2f41..e4f5c424e2 100755 --- a/resources/qml/Sidebar.qml +++ b/resources/qml/Sidebar.qml @@ -354,6 +354,7 @@ Rectangle anchors.rightMargin: UM.Theme.getSize("default_margin").width anchors.top: headerSeparator.bottom anchors.topMargin: UM.Theme.getSize("default_margin").height + color: UM.Theme.getColor("sidebar") visible: !monitoringPrint && !hideSettings Component{ id: wizardDelegate