QmlDesigner: Fix RotateGizmo and LightGizmo label z-value

Labels went under IconGizmos, so increased the z-value to match that
of MoveGizmo label.

Change-Id: I2620db0cadfadc73808a3a9f9967aadf87c9a863
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Miikka Heikkinen
2020-05-15 17:16:57 +03:00
parent b2b590ae24
commit 47ca3ccd8f

View File

@@ -592,6 +592,7 @@ Item {
border.width: 1
visible: rotateGizmo.dragging
parent: rotateGizmo.view3D
z: 3
Text {
id: rotateGizmoLabelText
@@ -618,6 +619,7 @@ Item {
border.width: 1
visible: lightGizmo.dragging
parent: lightGizmo.view3D
z: 3
Text {
id: lightGizmoLabelText