This commit is contained in:
Valeria Fadeeva 2023-11-24 13:46:14 +05:00
parent 4ba09f021a
commit 3160b507cf
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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