mirror of
https://github.com/overte-org/overte.git
synced 2025-08-16 12:11:31 +02:00
add 'Tip: You can use hand controllers to grab and adjust your wearables' if in HMD
This commit is contained in:
parent
3bfe173371
commit
9b9e30e829
1 changed files with 26 additions and 0 deletions
|
@ -131,6 +131,32 @@ Rectangle {
|
|||
Column {
|
||||
width: parent.width
|
||||
|
||||
Rectangle {
|
||||
color: hifi.colors.orangeHighlight
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
height: 70
|
||||
visible: HMD.active
|
||||
|
||||
RalewayRegular {
|
||||
anchors.fill: parent
|
||||
anchors.leftMargin: 18
|
||||
anchors.rightMargin: 18
|
||||
size: 20;
|
||||
lineHeightMode: Text.FixedHeight
|
||||
lineHeight: 23;
|
||||
text: "Tip: You can use hand controllers to grab and adjust your wearables"
|
||||
wrapMode: Text.WordWrap
|
||||
}
|
||||
}
|
||||
|
||||
Rectangle {
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
height: 12 // spacing
|
||||
visible: HMD.active
|
||||
}
|
||||
|
||||
RowLayout {
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
|
|
Loading…
Reference in a new issue