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 anchors.horizontalCenter: parent.horizontalCenter
visible: buildplateRow.visible visible: buildplateRow.visible
width: parent.width - UM.Theme.getSize("sidebar_margin").width * 2 width: parent.width - UM.Theme.getSize("sidebar_margin").width * 2
height: visible ? UM.Theme.getSize("sidebar_lining").height / 2 : 0 height: visible ? UM.Theme.getSize("sidebar_lining_thin").height / 2 : 0
color: UM.Theme.getColor("sidebar_lining") color: UM.Theme.getColor("sidebar_lining_thin")
} }
//Buildplate row //Buildplate row

View File

@ -43,6 +43,7 @@
"sidebar_header_text_hover": [255, 255, 255, 255], "sidebar_header_text_hover": [255, 255, 255, 255],
"sidebar_header_text_inactive": [255, 255, 255, 127], "sidebar_header_text_inactive": [255, 255, 255, 127],
"sidebar_lining": [31, 36, 39, 255], "sidebar_lining": [31, 36, 39, 255],
"sidebar_lining_thin": [255, 255, 255, 30],
"button": [39, 44, 48, 255], "button": [39, 44, 48, 255],
"button_hover": [39, 44, 48, 255], "button_hover": [39, 44, 48, 255],

View File

@ -91,6 +91,7 @@
"sidebar_header_text_active": [255, 255, 255, 255], "sidebar_header_text_active": [255, 255, 255, 255],
"sidebar_header_text_hover": [255, 255, 255, 255], "sidebar_header_text_hover": [255, 255, 255, 255],
"sidebar_lining": [245, 245, 245, 255], "sidebar_lining": [245, 245, 245, 255],
"sidebar_lining_thin": [127, 127, 127, 255],
"button": [31, 36, 39, 255], "button": [31, 36, 39, 255],
"button_hover": [68, 72, 75, 255], "button_hover": [68, 72, 75, 255],