searchbar aligned
This commit is contained in:
@@ -25,7 +25,7 @@ ColumnLayout
|
||||
}
|
||||
RowLayout
|
||||
{
|
||||
Layout.fillWidth: true
|
||||
Layout.fillWidth: true
|
||||
spacing: Dimensions.l
|
||||
SearchBar
|
||||
{
|
||||
@@ -121,8 +121,9 @@ ColumnLayout
|
||||
{
|
||||
property real newWidth: 0
|
||||
id: objectTable
|
||||
z: 0
|
||||
height: tableColumn.height - horizontalHeaderview.height
|
||||
z: 1
|
||||
// height: tableColumn.height - horizontalHeaderview.height
|
||||
Layout.fillHeight: true
|
||||
Layout.fillWidth: true
|
||||
columnSpacing: 1
|
||||
rowSpacing: 2
|
||||
@@ -180,8 +181,9 @@ ColumnLayout
|
||||
}
|
||||
}
|
||||
}
|
||||
Item {
|
||||
Layout.fillWidth: true
|
||||
}
|
||||
|
||||
}
|
||||
Item {
|
||||
Layout.fillHeight: true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user