Browse Source

Default objectlist to collapsed CURA-4525

Mark 7 years ago
parent
commit
a774012bd2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/qml/ObjectsList.qml

+ 1 - 1
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 }