Default objectlist to collapsed CURA-4525

This commit is contained in:
Mark 2018-01-18 16:28:46 +01:00
parent 5c0e2d39a3
commit a774012bd2

View file

@ -31,7 +31,7 @@ Rectangle
border.width: UM.Theme.getSize("default_lining").width
border.color: UM.Theme.getColor("lining")
property bool collapsed: false;
property bool collapsed: true;
SystemPalette { id: palette }