summaryrefslogtreecommitdiffstats
path: root/framework/qml/MailListView.qml
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2017-09-12 11:35:15 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2017-09-12 11:35:15 +0200
commit1981dc7edd689dc9e4d1ac43ede3da2eed6008f4 (patch)
tree49a0525a91a3a3210e0d50c8feb79676da3a998d /framework/qml/MailListView.qml
parent1364120d319702b52f827d6ee1e5034f51eea3cb (diff)
downloadkube-1981dc7edd689dc9e4d1ac43ede3da2eed6008f4.tar.gz
kube-1981dc7edd689dc9e4d1ac43ede3da2eed6008f4.zip
remove filter text when closing the filterbar
Diffstat (limited to 'framework/qml/MailListView.qml')
-rw-r--r--framework/qml/MailListView.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qml/MailListView.qml b/framework/qml/MailListView.qml
index cef38f18..074f004c 100644
--- a/framework/qml/MailListView.qml
+++ b/framework/qml/MailListView.qml
@@ -78,7 +78,7 @@ FocusScope {
78 78
79 function clearSearch() { 79 function clearSearch() {
80 filterField.visible = false 80 filterField.visible = false
81 mailListModel.filter = "" 81 find.text = ""
82 } 82 }
83 83
84 RowLayout { 84 RowLayout {