Fixed alignement of GritLayout in AddCustomer.qml
This commit is contained in:
@@ -165,6 +165,7 @@ ColumnLayout
|
|||||||
id: addContactLayout
|
id: addContactLayout
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.fillHeight: true
|
Layout.fillHeight: true
|
||||||
|
Layout.alignment: Qt.AlignTop
|
||||||
columns: 2
|
columns: 2
|
||||||
rowSpacing: 9
|
rowSpacing: 9
|
||||||
visible: false
|
visible: false
|
||||||
@@ -252,12 +253,6 @@ ColumnLayout
|
|||||||
id: rank
|
id: rank
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
Item
|
|
||||||
{
|
|
||||||
height: birthday.height + customerInfo.height
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
RowLayout
|
RowLayout
|
||||||
|
|||||||
Reference in New Issue
Block a user