CURA-4461 Change sizes and theme colors for the separator

This commit is contained in:
Diego Prado Gesto 2018-01-16 09:47:33 +01:00
parent a7beb142ff
commit cd4b162b86
3 changed files with 4 additions and 2 deletions

View file

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