mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 09:33:36 +02:00
desktop vertical
This commit is contained in:
parent
0d2bd23874
commit
ecd84bf23d
1 changed files with 2 additions and 2 deletions
|
@ -138,7 +138,7 @@ Window {
|
|||
width: 720
|
||||
height: 100
|
||||
anchors {
|
||||
verticalCenter: parent.verticalCenter;
|
||||
bottom: parent.keyboardEnabled ? keyboard.top : parent.bottom;
|
||||
}
|
||||
property int inputAreaHeight: 70
|
||||
property int inputAreaStep: (height - inputAreaHeight) / 2
|
||||
|
@ -286,7 +286,7 @@ Window {
|
|||
raised: parent.keyboardEnabled // Ignore keyboardRaised; keep keyboard raised if enabled (i.e., in HMD).
|
||||
numeric: parent.punctuationMode
|
||||
anchors {
|
||||
top: backgroundImage.bottom
|
||||
bottom: parent.bottom
|
||||
left: parent.left
|
||||
right: parent.right
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue