searchbar aligned
This commit is contained in:
@@ -6,6 +6,7 @@ import Qt.labs.qmlmodels
|
||||
ColumnLayout
|
||||
{
|
||||
anchors.fill: parent
|
||||
spacing: Dimensions.l
|
||||
function viewOffers(criterion)
|
||||
{
|
||||
//offer_model.viewCriterion(criterion)
|
||||
@@ -13,9 +14,11 @@ ColumnLayout
|
||||
|
||||
RowLayout
|
||||
{
|
||||
Layout.fillWidth: true
|
||||
spacing: Dimensions.l
|
||||
SearchBar
|
||||
{
|
||||
id:searchBar
|
||||
id: searchBar
|
||||
}
|
||||
QuickFilter
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user