Make background color of toggle button themeable

Background of toggle button gets same color as toolbar surrounding the
button.
This commit is contained in:
Randall Wessel 2017-05-03 14:26:44 +02:00
parent 4920646d85
commit 163543b86b

View File

@ -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