mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 03:37:59 +02:00
Pal: Moved keyboard tray to be flush with bottom of window.
This commit is contained in:
parent
7cc3079328
commit
090f632189
1 changed files with 3 additions and 1 deletions
|
@ -426,6 +426,8 @@ Rectangle {
|
||||||
onExited: adminHelpText.color = hifi.colors.redHighlight
|
onExited: adminHelpText.color = hifi.colors.redHighlight
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
HifiControls.Keyboard {
|
HifiControls.Keyboard {
|
||||||
id: keyboard
|
id: keyboard
|
||||||
raised: myCard.currentlyEditingDisplayName && HMD.active
|
raised: myCard.currentlyEditingDisplayName && HMD.active
|
||||||
|
@ -436,7 +438,7 @@ Rectangle {
|
||||||
right: parent.right
|
right: parent.right
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
// Timer used when selecting table rows that aren't yet present in the model
|
// Timer used when selecting table rows that aren't yet present in the model
|
||||||
// (i.e. when selecting avatars using edit.js or sphere overlays)
|
// (i.e. when selecting avatars using edit.js or sphere overlays)
|
||||||
Timer {
|
Timer {
|
||||||
|
|
Loading…
Reference in a new issue