This commit is contained in:
Valeria Fadeeva 2023-05-04 11:12:23 +05:00
parent 97876c15b9
commit 1682fb8bd9
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ Pane {
id: form
height: virtualKeyboard.state == "visible" ? parent.height - virtualKeyboard.implicitHeight : parent.height
width: parent.width / 2.5
width: parent.width / 4
anchors.horizontalCenter: config.FormPosition == "center" ? parent.horizontalCenter : undefined
anchors.left: config.FormPosition == "left" ? parent.left : undefined
anchors.right: config.FormPosition == "right" ? parent.right : undefined