mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 16:00:47 -07:00
Merge branch 'master' of https://github.com/Ultimaker/Cura
This commit is contained in:
commit
04999a42c8
4 changed files with 88 additions and 19 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