nsearchable-combobox: fix availableWidth

This commit is contained in:
Lemmy
2026-01-25 01:16:04 -05:00
parent c125741e0f
commit 29b8230361
+1 -1
View File
@@ -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