This commit is contained in:
Valeria Fadeeva 2023-11-24 13:45:19 +05:00
parent ea41c71c23
commit 57f9140dc3
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