searchbar aligned
This commit is contained in:
@@ -19,15 +19,13 @@ ColumnLayout {
|
||||
|
||||
RowLayout
|
||||
{
|
||||
// Layout.fillWidth: true
|
||||
// Layout.horizontalStretchFactor: 1
|
||||
// spacing: Dimensions.l
|
||||
Layout.fillWidth: true
|
||||
spacing: Dimensions.l
|
||||
|
||||
|
||||
SearchBar
|
||||
{
|
||||
}
|
||||
|
||||
QuickFilter {
|
||||
onSelectedChanged: (name) => {
|
||||
business_model.viewCriterion(name)
|
||||
@@ -74,6 +72,9 @@ ColumnLayout {
|
||||
}
|
||||
ColumnLayout
|
||||
{
|
||||
Layout.fillWidth: true
|
||||
Layout.fillHeight: true
|
||||
Layout.verticalStretchFactor: 1
|
||||
clip: true
|
||||
|
||||
HorizontalHeaderView
|
||||
@@ -167,9 +168,9 @@ ColumnLayout {
|
||||
model: customerTable.model
|
||||
}
|
||||
}
|
||||
Item {
|
||||
Layout.fillWidth: true
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Item {
|
||||
Layout.fillHeight: true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user