15.10 Restyling toolbar, viewmode button

Contributes to: issue CURA-60
This commit is contained in:
Tamara Hogenhout 2015-08-19 17:05:59 +02:00
parent a0e37d58e9
commit b7e9accf75
3 changed files with 97 additions and 18 deletions

View file

@ -19,7 +19,7 @@ Item {
anchors.bottom: parent.bottom;
anchors.left: parent.left;
spacing: 1
spacing: UM.Theme.sizes.default_lining.width
Repeater {
id: repeat
@ -67,6 +67,8 @@ Item {
Behavior on opacity { NumberAnimation { duration: 100 } }
color: UM.Theme.colors.tool_panel_background;
border.width: UM.Theme.sizes.default_lining.width
border.color: UM.Theme.colors.button_lining
Loader {
id: panel