Update
This commit is contained in:
parent
8993b7f770
commit
7a20991020
|
@ -85,7 +85,7 @@ Pane {
|
||||||
id: form
|
id: form
|
||||||
|
|
||||||
height: parent.height
|
height: parent.height
|
||||||
width: parent.width / 4
|
width: parent.width / 3
|
||||||
anchors.horizontalCenter: undefined
|
anchors.horizontalCenter: undefined
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.right: undefined
|
anchors.right: undefined
|
||||||
|
|
|
@ -85,7 +85,7 @@ Pane {
|
||||||
id: form
|
id: form
|
||||||
|
|
||||||
height: parent.height
|
height: parent.height
|
||||||
width: parent.width / 4
|
width: parent.width / 3
|
||||||
anchors.horizontalCenter: undefined
|
anchors.horizontalCenter: undefined
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.right: undefined
|
anchors.right: undefined
|
||||||
|
|
|
@ -85,7 +85,7 @@ Pane {
|
||||||
id: form
|
id: form
|
||||||
|
|
||||||
height: parent.height
|
height: parent.height
|
||||||
width: parent.width / 4
|
width: parent.width / 3
|
||||||
anchors.horizontalCenter: undefined
|
anchors.horizontalCenter: undefined
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.right: undefined
|
anchors.right: undefined
|
||||||
|
|
|
@ -99,7 +99,7 @@ Pane {
|
||||||
id: form
|
id: form
|
||||||
|
|
||||||
height: virtualKeyboard.state == "visible" ? parent.height - virtualKeyboard.implicitHeight : parent.height
|
height: virtualKeyboard.state == "visible" ? parent.height - virtualKeyboard.implicitHeight : parent.height
|
||||||
width: parent.width / 4
|
width: parent.width / 3
|
||||||
anchors.horizontalCenter: config.FormPosition == "center" ? parent.horizontalCenter : undefined
|
anchors.horizontalCenter: config.FormPosition == "center" ? parent.horizontalCenter : undefined
|
||||||
anchors.left: config.FormPosition == "left" ? parent.left : undefined
|
anchors.left: config.FormPosition == "left" ? parent.left : undefined
|
||||||
anchors.right: config.FormPosition == "right" ? parent.right : undefined
|
anchors.right: config.FormPosition == "right" ? parent.right : undefined
|
||||||
|
|
Loading…
Reference in New Issue