summaryrefslogtreecommitdiffstats
path: root/framework/qml/AutocompleteLineEdit.qml
diff options
context:
space:
mode:
Diffstat (limited to 'framework/qml/AutocompleteLineEdit.qml')
-rw-r--r--framework/qml/AutocompleteLineEdit.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qml/AutocompleteLineEdit.qml b/framework/qml/AutocompleteLineEdit.qml
index a4d2e7b7..dbe00421 100644
--- a/framework/qml/AutocompleteLineEdit.qml
+++ b/framework/qml/AutocompleteLineEdit.qml
@@ -130,7 +130,7 @@ Kube.TextField {
130 left: parent.left 130 left: parent.left
131 } 131 }
132 132
133 Text{ 133 Kube.Label{
134 text: model.text 134 text: model.text
135 color: listDelegate.checked ? Kube.Colors.highlightedTextColor : Kube.Colors.textColor 135 color: listDelegate.checked ? Kube.Colors.highlightedTextColor : Kube.Colors.textColor
136 } 136 }