Fixed alignement of GritLayout in AddCustomer.qml

This commit is contained in:
2024-11-13 20:57:56 +01:00
parent 2e7c3c8032
commit 9197102772

View File

@@ -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