diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-07-16 15:05:12 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-07-16 15:05:12 +0200 |
commit | 9e95a78b781e5a0e9e8787e35bb9bd67ed3efc3a (patch) | |
tree | 33f313ed7cff6df0892744d201c4c5002388e7f1 | |
parent | 0391ed51643f088dcc7f62fdf047a53563b503eb (diff) | |
download | kube-9e95a78b781e5a0e9e8787e35bb9bd67ed3efc3a.tar.gz kube-9e95a78b781e5a0e9e8787e35bb9bd67ed3efc3a.zip |
The showFilter property is no longer existing
-rw-r--r-- | views/search/qml/View.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/views/search/qml/View.qml b/views/search/qml/View.qml index 63e56e44..74e6cf5b 100644 --- a/views/search/qml/View.qml +++ b/views/search/qml/View.qml | |||
@@ -67,7 +67,6 @@ FocusScope { | |||
67 | } | 67 | } |
68 | Kube.MailListView { | 68 | Kube.MailListView { |
69 | id: mailListView | 69 | id: mailListView |
70 | showFilter: false | ||
71 | Layout.fillWidth: true | 70 | Layout.fillWidth: true |
72 | Layout.fillHeight: true | 71 | Layout.fillHeight: true |
73 | } | 72 | } |