mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
Home/dock expandable-draggable on double-click. [CURA-6478]
This commit is contained in:
parent
ac67e1a3a9
commit
77d8095208
1 changed files with 5 additions and 0 deletions
|
|
@ -281,6 +281,11 @@ Item
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
onDoubleClicked:
|
||||||
|
{
|
||||||
|
contentContainer.trySetPosition(0, 0);
|
||||||
|
}
|
||||||
|
|
||||||
Connections
|
Connections
|
||||||
{
|
{
|
||||||
target: UM.Preferences
|
target: UM.Preferences
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue