forked from qt-creator/qt-creator
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:
@@ -592,6 +592,7 @@ Item {
|
|||||||
border.width: 1
|
border.width: 1
|
||||||
visible: rotateGizmo.dragging
|
visible: rotateGizmo.dragging
|
||||||
parent: rotateGizmo.view3D
|
parent: rotateGizmo.view3D
|
||||||
|
z: 3
|
||||||
|
|
||||||
Text {
|
Text {
|
||||||
id: rotateGizmoLabelText
|
id: rotateGizmoLabelText
|
||||||
@@ -618,6 +619,7 @@ Item {
|
|||||||
border.width: 1
|
border.width: 1
|
||||||
visible: lightGizmo.dragging
|
visible: lightGizmo.dragging
|
||||||
parent: lightGizmo.view3D
|
parent: lightGizmo.view3D
|
||||||
|
z: 3
|
||||||
|
|
||||||
Text {
|
Text {
|
||||||
id: lightGizmoLabelText
|
id: lightGizmoLabelText
|
||||||
|
Reference in New Issue
Block a user