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 commit 50e7e39bca)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
(cherry picked from commit 061ab31948)
This commit is contained in:
Nicholas Bennett 2025-08-15 14:28:06 +03:00 committed by Qt Cherry-pick Bot
parent 0a4c65f9f1
commit bc8def0b8a
1 changed files with 2 additions and 1 deletions

View File

@ -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"