summaryrefslogtreecommitdiffstats
path: root/framework/qml/AutocompleteLineEdit.qml
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2017-04-18 09:38:48 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2017-04-18 09:38:48 +0200
commit747a501ada7e8a7895f5cd91de2cff9194a9cd2e (patch)
tree8f76b02803d4452906018b2e5ecda0afb77ca772 /framework/qml/AutocompleteLineEdit.qml
parentdb3116ff7b02a4793dbc8565a66d10d6851fb24f (diff)
downloadkube-747a501ada7e8a7895f5cd91de2cff9194a9cd2e.tar.gz
kube-747a501ada7e8a7895f5cd91de2cff9194a9cd2e.zip
give use TextField in Composer and give it a border
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 a232ee68..a4d2e7b7 100644
--- a/framework/qml/AutocompleteLineEdit.qml
+++ b/framework/qml/AutocompleteLineEdit.qml
@@ -23,7 +23,7 @@ import QtQuick.Layouts 1.1
23import org.kde.kirigami 1.0 as Kirigami 23import org.kde.kirigami 1.0 as Kirigami
24import org.kube.framework 1.0 as Kube 24import org.kube.framework 1.0 as Kube
25 25
26Controls2.TextField { 26Kube.TextField {
27 id: textField 27 id: textField
28 28
29 property string searchTerm 29 property string searchTerm