summaryrefslogtreecommitdiffstats
path: root/framework/qml/AutocompleteLineEdit.qml
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2017-06-29 19:14:59 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2017-06-29 19:14:59 +0200
commitda3ccac1c1fa407ee004ae5180f0c888b637ad6c (patch)
tree1d7787341863e02e98d5bbdddefce76acc978e45 /framework/qml/AutocompleteLineEdit.qml
parenta393d5e1a0ad7bb42d9ee0c1e43a2437a957c416 (diff)
downloadkube-da3ccac1c1fa407ee004ae5180f0c888b637ad6c.tar.gz
kube-da3ccac1c1fa407ee004ae5180f0c888b637ad6c.zip
add border color to adresseelistCompleter
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 165b7a14..e2b4ff05 100644
--- a/framework/qml/AutocompleteLineEdit.qml
+++ b/framework/qml/AutocompleteLineEdit.qml
@@ -155,7 +155,7 @@ Kube.TextField {
155 color: listDelegate.checked ? Kube.Colors.highlightColor : Kube.Colors.viewBackgroundColor 155 color: listDelegate.checked ? Kube.Colors.highlightColor : Kube.Colors.viewBackgroundColor
156 156
157 border.width: 1 157 border.width: 1
158 color: Kube.Colors.buttonColor 158 border.color: Kube.Colors.buttonColor
159 } 159 }
160 } 160 }
161 } 161 }