mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 10:07:58 +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
|
width: 720
|
||||||
height: 100
|
height: 100
|
||||||
anchors {
|
anchors {
|
||||||
verticalCenter: parent.verticalCenter;
|
bottom: parent.keyboardEnabled ? keyboard.top : parent.bottom;
|
||||||
}
|
}
|
||||||
property int inputAreaHeight: 70
|
property int inputAreaHeight: 70
|
||||||
property int inputAreaStep: (height - inputAreaHeight) / 2
|
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).
|
raised: parent.keyboardEnabled // Ignore keyboardRaised; keep keyboard raised if enabled (i.e., in HMD).
|
||||||
numeric: parent.punctuationMode
|
numeric: parent.punctuationMode
|
||||||
anchors {
|
anchors {
|
||||||
top: backgroundImage.bottom
|
bottom: parent.bottom
|
||||||
left: parent.left
|
left: parent.left
|
||||||
right: parent.right
|
right: parent.right
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue