mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06:00
Objects menu now collapses animated and it has a border. CURA-4525
This commit is contained in:
parent
1ca6fa0daa
commit
4b5097f998
1 changed files with 4 additions and 0 deletions
|
@ -26,6 +26,10 @@ Rectangle
|
|||
return UM.Theme.getSize("objects_menu_size").height;
|
||||
}
|
||||
}
|
||||
Behavior on height { NumberAnimation { duration: 100 } }
|
||||
|
||||
border.width: UM.Theme.getSize("default_lining").width
|
||||
border.color: UM.Theme.getColor("lining")
|
||||
|
||||
property bool collapsed: false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue