From 1682fb8bd91042afe933ff296a2b0e270aefd8cd Mon Sep 17 00:00:00 2001 From: Valeria Fadeeva Date: Thu, 4 May 2023 11:12:23 +0500 Subject: [PATCH] Update --- Melawy-Lera-Sugar/Main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Melawy-Lera-Sugar/Main.qml b/Melawy-Lera-Sugar/Main.qml index 06a132f..4501d8b 100644 --- a/Melawy-Lera-Sugar/Main.qml +++ b/Melawy-Lera-Sugar/Main.qml @@ -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