mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
nsearchable-combobox: fix availableWidth
This commit is contained in:
@@ -251,7 +251,7 @@ RowLayout {
|
||||
id: defaultDelegate
|
||||
ItemDelegate {
|
||||
id: delegateRoot
|
||||
width: listView.width
|
||||
width: listView.availableWidth
|
||||
leftPadding: Style.marginM
|
||||
rightPadding: Style.marginM
|
||||
topPadding: Style.marginS
|
||||
|
||||
Reference in New Issue
Block a user