for branch switch

This commit is contained in:
2025-03-21 15:47:56 +01:00
parent a7a1cd4913
commit 46cba58ebe

View File

@@ -15,14 +15,19 @@ ColumnLayout {
RowLayout RowLayout
{ {
Layout.fillWidth: true // Layout.fillWidth: true
// Layout.horizontalStretchFactor: 1 // Layout.horizontalStretchFactor: 1
// spacing: Dimensions.l // spacing: Dimensions.l
SearchBar SearchBar
{ {
Rectangle
{
anchors.fill: parent
color: "green"
z: 10
}
} }
QuickFilter { QuickFilter {