From 8a26271742b707852a2942adb9562623fadac426 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Wed, 19 Apr 2017 14:02:02 +0200 Subject: use kube.label in autocompletelineedid --- framework/qml/AutocompleteLineEdit.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/qml') 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 { left: parent.left } - Text{ + Kube.Label{ text: model.text color: listDelegate.checked ? Kube.Colors.highlightedTextColor : Kube.Colors.textColor } -- cgit v1.2.3