mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-10 01:27:01 +02:00
Fixed programmatical lowering of 'TabletAddressDialog'
This commit is contained in:
parent
a9fe3596cf
commit
fb14e4dc4d
1 changed files with 1 additions and 1 deletions
|
@ -366,7 +366,7 @@ StackView {
|
||||||
|
|
||||||
HifiControls.Keyboard {
|
HifiControls.Keyboard {
|
||||||
id: keyboard
|
id: keyboard
|
||||||
raised: parent.keyboardEnabled
|
raised: parent.keyboardEnabled && parent.keyboardRaised
|
||||||
numeric: parent.punctuationMode
|
numeric: parent.punctuationMode
|
||||||
anchors {
|
anchors {
|
||||||
bottom: parent.bottom
|
bottom: parent.bottom
|
||||||
|
|
Loading…
Reference in a new issue