mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 14:25:55 +08:00
Objects menu now collapses animated and it has a border. CURA-4525
This commit is contained in:
parent
1ca6fa0daa
commit
4b5097f998
@ -26,6 +26,10 @@ Rectangle
|
|||||||
return UM.Theme.getSize("objects_menu_size").height;
|
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;
|
property bool collapsed: false;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user