Browse Source

Home/dock expandable-draggable on double-click. [CURA-6478]

Remco Burema 5 years ago
parent
commit
77d8095208
1 changed files with 5 additions and 0 deletions
  1. 5 0
      resources/qml/ExpandableComponent.qml

+ 5 - 0
resources/qml/ExpandableComponent.qml

@@ -281,6 +281,11 @@ Item
                     }
                 }
 
+                onDoubleClicked:
+                {
+                    contentContainer.trySetPosition(0, 0);
+                }
+
                 Connections
                 {
                     target: UM.Preferences