mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 07:33:57 -06:00
Merge branch '2.1' of https://github.com/Ultimaker/Cura into 2.1
This commit is contained in:
commit
3aced8fb64
1 changed files with 5 additions and 1 deletions
|
@ -87,7 +87,11 @@ Item {
|
||||||
anchors.margins: UM.Theme.getSize("default_lining").width
|
anchors.margins: UM.Theme.getSize("default_lining").width
|
||||||
|
|
||||||
target: Qt.point(-UM.Theme.getSize("default_margin").width, UM.Theme.getSize("button").height/2)
|
target: Qt.point(-UM.Theme.getSize("default_margin").width, UM.Theme.getSize("button").height/2)
|
||||||
arrowSize: parent.arrowSize
|
arrowSize: parent.arrowSize
|
||||||
|
MouseArea //Catch all mouse events (so scene doesnt handle them)
|
||||||
|
{
|
||||||
|
anchors.fill: parent
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Loader {
|
Loader {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue