From aadbc9596d3b62cf28299f364a1b03423c6c9ac7 Mon Sep 17 00:00:00 2001 From: Ly-sec Date: Sun, 14 Sep 2025 13:25:02 +0200 Subject: [PATCH] NSearchableComboBox: small layout change --- Widgets/NSearchableComboBox.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Widgets/NSearchableComboBox.qml b/Widgets/NSearchableComboBox.qml index 380162a..3f91321 100644 --- a/Widgets/NSearchableComboBox.qml +++ b/Widgets/NSearchableComboBox.qml @@ -90,7 +90,6 @@ RowLayout { } } - // Update filtered model when search text or original model changes onSearchTextChanged: filterModel() onModelChanged: filterModel() @@ -207,7 +206,7 @@ RowLayout { } background: Rectangle { - width: listView.width - Style.marginM * scaling * 2 + width: listView.width * scaling color: highlighted ? Color.mTertiary : Color.transparent radius: Style.radiusS * scaling Behavior on color {