qmlfrontend/Page1Form.ui.qml
changeset 16010 a73b9770467a
parent 14915 a3ad06ac390e
child 16012 caba603f461f
--- a/qmlfrontend/Page1Form.ui.qml	Fri Apr 05 13:10:55 2024 +0100
+++ b/qmlfrontend/Page1Form.ui.qml	Fri Apr 19 17:44:55 2024 +0200
@@ -20,6 +20,7 @@
 
     RowLayout {
       Layout.alignment: Qt.AlignHCenter
+      Layout.fillHeight: false
 
       Button {
         id: button1
@@ -80,6 +81,10 @@
 
       Layout.fillWidth: true
       Layout.fillHeight: true
+
+      MouseArea {
+        anchors.fill: parent
+      }
     }
   }