mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 07:25:56 +08:00
Make background color of toggle button themeable
Background of toggle button gets same color as toolbar surrounding the button.
This commit is contained in:
parent
4920646d85
commit
163543b86b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user