Fixed alignement of GritLayout in AddCustomer.qml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user