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