From 687d326fae0f2e7474560219934e87304a64571a Mon Sep 17 00:00:00 2001 From: Randall Wessel Date: Wed, 3 May 2017 15:34:56 +0200 Subject: [PATCH] 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