From da3ccac1c1fa407ee004ae5180f0c888b637ad6c Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Thu, 29 Jun 2017 19:14:59 +0200 Subject: add border color to adresseelistCompleter --- framework/qml/AutocompleteLineEdit.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/qml/AutocompleteLineEdit.qml b/framework/qml/AutocompleteLineEdit.qml index 165b7a14..e2b4ff05 100644 --- a/framework/qml/AutocompleteLineEdit.qml +++ b/framework/qml/AutocompleteLineEdit.qml @@ -155,7 +155,7 @@ Kube.TextField { color: listDelegate.checked ? Kube.Colors.highlightColor : Kube.Colors.viewBackgroundColor border.width: 1 - color: Kube.Colors.buttonColor + border.color: Kube.Colors.buttonColor } } } -- cgit v1.2.3