mirror of https://github.com/qt/qtdoc.git
xr_physicsbase_teleportation demo: Fix prompter text position
The text was too low and hard to read. I moved into the middle of the view and further away from the user's head. Pick-to: 6.8 Change-Id: I393d7ce6a86c510101af56e72cf8090df162af22 Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io> (cherry picked from commit50e7e39bca
) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit061ab31948
)
This commit is contained in:
parent
0a4c65f9f1
commit
bc8def0b8a
|
@ -70,8 +70,9 @@ XrItem {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
z: -30
|
z: -40
|
||||||
x: -50
|
x: -50
|
||||||
|
y: 20
|
||||||
width: 100
|
width: 100
|
||||||
height: 40
|
height: 40
|
||||||
color: "transparent"
|
color: "transparent"
|
||||||
|
|
Loading…
Reference in New Issue