mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-16 15:45:54 +08:00
Changed color to transparancy and spaces instead of tabs
This commit is contained in:
parent
163543b86b
commit
687d326fae
@ -348,7 +348,7 @@ Rectangle
|
|||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
id: settingsModeSelection
|
id: settingsModeSelection
|
||||||
color: UM.Theme.getColor("tool_panel_background")
|
color: "transparent"
|
||||||
width: parent.width * 0.55
|
width: parent.width * 0.55
|
||||||
height: UM.Theme.getSize("sidebar_header_mode_toggle").height
|
height: UM.Theme.getSize("sidebar_header_mode_toggle").height
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
|
Loading…
x
Reference in New Issue
Block a user