mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
NSearchableComboBox: small layout change
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user