From 919710277289aabb98df0f9b829b03c135c8a5ea994302fc28cf978d3fb2d7b7 Mon Sep 17 00:00:00 2001 From: linuxero Date: Wed, 13 Nov 2024 20:57:56 +0100 Subject: [PATCH] Fixed alignement of GritLayout in AddCustomer.qml --- gui/AddCustomer.qml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/gui/AddCustomer.qml b/gui/AddCustomer.qml index 6d5cd30..ae6e3b8 100644 --- a/gui/AddCustomer.qml +++ b/gui/AddCustomer.qml @@ -165,6 +165,7 @@ ColumnLayout id: addContactLayout Layout.fillWidth: true Layout.fillHeight: true + Layout.alignment: Qt.AlignTop columns: 2 rowSpacing: 9 visible: false @@ -252,12 +253,6 @@ ColumnLayout id: rank Layout.fillWidth: true } - - - Item - { - height: birthday.height + customerInfo.height - } } } RowLayout