Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaime van Kessel <nallath@gmail.com>2022-04-13 18:36:47 +0300
committerJaime van Kessel <nallath@gmail.com>2022-04-13 18:36:47 +0300
commit25839c6d9700e6b8664fabb219a69e58e37a8739 (patch)
tree7d4ea379ecf27def6322ea0988a041879a02f78c /resources/qml/Toolbar.qml
parentddb3ed1693412d572b7f27aa6b200aac8eed6648 (diff)
Fix direction of pointing rectangle
Turns out that using anchors doesn't quite work anymore due to qt6 upgrade. Oh well! CURA-9137
Diffstat (limited to 'resources/qml/Toolbar.qml')
-rw-r--r--resources/qml/Toolbar.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/Toolbar.qml b/resources/qml/Toolbar.qml
index c931a9f882..9c1abd31b7 100644
--- a/resources/qml/Toolbar.qml
+++ b/resources/qml/Toolbar.qml
@@ -157,7 +157,7 @@ Item
anchors.topMargin: base.activeY
z: buttons.z - 1
- target: Qt.point(parent.right, base.activeY + Math.round(UM.Theme.getSize("button").height/2))
+ target: Qt.point(-1, base.activeY + Math.round(UM.Theme.getSize("button").height / 2))
arrowSize: UM.Theme.getSize("default_arrow").width
width: