diff --git a/resources/qml/ObjectsList.qml b/resources/qml/ObjectsList.qml index 489e38e8d7..9fd2ab1ca7 100644 --- a/resources/qml/ObjectsList.qml +++ b/resources/qml/ObjectsList.qml @@ -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 }