mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
15.10 Restyling toolbar, viewmode button
Contributes to: issue CURA-60
This commit is contained in:
parent
a0e37d58e9
commit
b7e9accf75
3 changed files with 97 additions and 18 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue