summaryrefslogtreecommitdiffstats
path: root/framework/qml/AutocompleteLineEdit.qml
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2017-04-19 14:02:02 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2017-04-19 14:02:02 +0200
commit8a26271742b707852a2942adb9562623fadac426 (patch)
tree1577c2113c77e4737519dba08ec8bd75a5354b98 /framework/qml/AutocompleteLineEdit.qml
parent70aa6b082625155f2e7f5095b3bb1ab89e8cb2de (diff)
downloadkube-8a26271742b707852a2942adb9562623fadac426.tar.gz
kube-8a26271742b707852a2942adb9562623fadac426.zip
use kube.label in autocompletelineedid
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 }