desktop vertical

This commit is contained in:
howard-stearns 2016-10-18 10:05:39 -07:00
parent 0d2bd23874
commit ecd84bf23d

View file

@ -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
} }