diff --git a/Gui/CustomersTable.qml b/Gui/CustomersTable.qml index be8c54b..65ae550 100644 --- a/Gui/CustomersTable.qml +++ b/Gui/CustomersTable.qml @@ -15,14 +15,19 @@ ColumnLayout { RowLayout { - Layout.fillWidth: true + // Layout.fillWidth: true // Layout.horizontalStretchFactor: 1 // spacing: Dimensions.l SearchBar { - + Rectangle + { + anchors.fill: parent + color: "green" + z: 10 + } } QuickFilter {