From 163543b86b33edd6812c23bfd9ed596a2a675958 Mon Sep 17 00:00:00 2001 From: Randall Wessel Date: Wed, 3 May 2017 14:26:44 +0200 Subject: [PATCH] Make background color of toggle button themeable Background of toggle button gets same color as toolbar surrounding the button. --- resources/qml/Sidebar.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/qml/Sidebar.qml b/resources/qml/Sidebar.qml index 132d1d2f41..8a6e44b784 100755 --- a/resources/qml/Sidebar.qml +++ b/resources/qml/Sidebar.qml @@ -348,6 +348,7 @@ Rectangle Rectangle { id: settingsModeSelection + color: UM.Theme.getColor("tool_panel_background") width: parent.width * 0.55 height: UM.Theme.getSize("sidebar_header_mode_toggle").height anchors.right: parent.right