NSearchableComboBox: small layout change
This commit is contained in:
parent
0949d154c1
commit
aadbc9596d
1 changed files with 1 additions and 2 deletions
|
|
@ -90,7 +90,6 @@ RowLayout {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Update filtered model when search text or original model changes
|
|
||||||
onSearchTextChanged: filterModel()
|
onSearchTextChanged: filterModel()
|
||||||
onModelChanged: filterModel()
|
onModelChanged: filterModel()
|
||||||
|
|
||||||
|
|
@ -207,7 +206,7 @@ RowLayout {
|
||||||
}
|
}
|
||||||
|
|
||||||
background: Rectangle {
|
background: Rectangle {
|
||||||
width: listView.width - Style.marginM * scaling * 2
|
width: listView.width * scaling
|
||||||
color: highlighted ? Color.mTertiary : Color.transparent
|
color: highlighted ? Color.mTertiary : Color.transparent
|
||||||
radius: Style.radiusS * scaling
|
radius: Style.radiusS * scaling
|
||||||
Behavior on color {
|
Behavior on color {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue