NSearchableComboBox: small layout change

This commit is contained in:
Ly-sec 2025-09-14 13:25:02 +02:00
parent 0949d154c1
commit aadbc9596d

View file

@ -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 {