From 46cba58ebe1a503210ac25461f159a195d963d29a0a860e31612f457d09f6c98 Mon Sep 17 00:00:00 2001 From: Daniel Stoppek Date: Fri, 21 Mar 2025 15:47:56 +0100 Subject: [PATCH] for branch switch --- Gui/CustomersTable.qml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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 {