From 163543b86b33edd6812c23bfd9ed596a2a675958 Mon Sep 17 00:00:00 2001 From: Randall Wessel Date: Wed, 3 May 2017 14:26:44 +0200 Subject: [PATCH 1/2] 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 From 687d326fae0f2e7474560219934e87304a64571a Mon Sep 17 00:00:00 2001 From: Randall Wessel Date: Wed, 3 May 2017 15:34:56 +0200 Subject: [PATCH 2/2] Changed color to transparancy and spaces instead of tabs --- resources/qml/Sidebar.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/Sidebar.qml b/resources/qml/Sidebar.qml index 8a6e44b784..dbb15028cb 100755 --- a/resources/qml/Sidebar.qml +++ b/resources/qml/Sidebar.qml @@ -348,7 +348,7 @@ Rectangle Rectangle { id: settingsModeSelection - color: UM.Theme.getColor("tool_panel_background") + color: "transparent" width: parent.width * 0.55 height: UM.Theme.getSize("sidebar_header_mode_toggle").height anchors.right: parent.right