summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
Diffstat (limited to 'components')
-rw-r--r--components/kube/contents/ui/Kube.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/components/kube/contents/ui/Kube.qml b/components/kube/contents/ui/Kube.qml
index a56838e5..1012d691 100644
--- a/components/kube/contents/ui/Kube.qml
+++ b/components/kube/contents/ui/Kube.qml
@@ -407,13 +407,14 @@ Controls2.ApplicationWindow {
407 Controls2.TextField { 407 Controls2.TextField {
408 id: searchField 408 id: searchField
409 Layout.fillWidth: true 409 Layout.fillWidth: true
410 placeholderText: "Search... is not available in this beta" 410 placeholderText: "Filter... (only applies to the mail list for now)"
411 } 411 }
412 412
413 Kube.Button { 413 Kube.Button {
414 text: "Go" 414 text: "Go"
415 415
416 onClicked: { 416 onClicked: {
417 mailListView.filterString = searchField.text
417 search.close() 418 search.close()
418 } 419 }
419 } 420 }