Add magnifying glass to NSearchableComboBox

This commit is contained in:
Corey Woodworth
2025-10-19 13:27:49 -04:00
parent 75417c1fa5
commit 87af2e86cc
+1
View File
@@ -173,6 +173,7 @@ RowLayout {
// Search input
NTextInput {
id: searchInput
inputIconName: "search"
Layout.fillWidth: true
placeholderText: root.searchPlaceholder
text: root.searchText