Objects menu now collapses animated and it has a border. CURA-4525

This commit is contained in:
Jack Ha 2017-12-21 12:41:06 +01:00
parent 1ca6fa0daa
commit 4b5097f998

View file

@ -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;