summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2017-04-19 14:10:11 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2017-04-19 14:10:11 +0200
commit350b15206c5db5d080929fda0c7451346e1c40fb (patch)
tree2269641666135afe9093b8b4a74ae6cb95ff6294
parent889c4aa465d3216a98f4cef8035d6cc40de3f3cd (diff)
downloadkube-350b15206c5db5d080929fda0c7451346e1c40fb.tar.gz
kube-350b15206c5db5d080929fda0c7451346e1c40fb.zip
use kube.textfield in searchbar
-rw-r--r--components/kube/contents/ui/Kube.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/kube/contents/ui/Kube.qml b/components/kube/contents/ui/Kube.qml
index 86f606b4..73238a25 100644
--- a/components/kube/contents/ui/Kube.qml
+++ b/components/kube/contents/ui/Kube.qml
@@ -404,7 +404,7 @@ Controls2.ApplicationWindow {
404 anchors.centerIn: parent 404 anchors.centerIn: parent
405 width: parent.width 405 width: parent.width
406 406
407 Controls2.TextField { 407 Kube.TextField {
408 id: searchField 408 id: searchField
409 Layout.fillWidth: true 409 Layout.fillWidth: true
410 placeholderText: "Filter... (only applies to the mail list for now)" 410 placeholderText: "Filter... (only applies to the mail list for now)"