mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 18:50:00 +02:00
fix numeric keyboard for hmd Window.prompt
This commit is contained in:
parent
e763082afc
commit
84eb1721e7
1 changed files with 3 additions and 0 deletions
|
@ -118,6 +118,9 @@ ModalWindow {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
property alias keyboardOverride: root.keyboardOverride
|
||||||
|
property alias keyboardRaised: root.keyboardRaised
|
||||||
|
property alias punctuationMode: root.punctuationMode
|
||||||
Keyboard {
|
Keyboard {
|
||||||
id: keyboard
|
id: keyboard
|
||||||
raised: keyboardEnabled && keyboardRaised
|
raised: keyboardEnabled && keyboardRaised
|
||||||
|
|
Loading…
Reference in a new issue