diff options
-rw-r--r-- | framework/qml/AutocompleteLineEdit.qml | 2 |
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 | } |