mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
CURA-4461 Change sizes and theme colors for the separator
This commit is contained in:
parent
a7beb142ff
commit
cd4b162b86
3 changed files with 4 additions and 2 deletions
|
|
@ -323,8 +323,8 @@ Column
|
|||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
visible: buildplateRow.visible
|
||||
width: parent.width - UM.Theme.getSize("sidebar_margin").width * 2
|
||||
height: visible ? UM.Theme.getSize("sidebar_lining").height / 2 : 0
|
||||
color: UM.Theme.getColor("sidebar_lining")
|
||||
height: visible ? UM.Theme.getSize("sidebar_lining_thin").height / 2 : 0
|
||||
color: UM.Theme.getColor("sidebar_lining_thin")
|
||||
}
|
||||
|
||||
//Buildplate row
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue