styledcombobox: remove dupe scrollbar

This commit is contained in:
end-4
2025-11-13 23:40:02 +01:00
parent b97c2d1d4d
commit 1495669a60
@@ -194,8 +194,6 @@ ComboBox {
spacing: 2
model: root.popup.visible ? root.delegateModel : null
currentIndex: root.highlightedIndex
ScrollIndicator.vertical: ScrollIndicator {}
}
}
}