diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-07-13 01:02:21 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-07-14 01:23:10 +0200 |
commit | df326b81ddcafb45467c9e1e434c09e8b12a6baa (patch) | |
tree | 3b005fa68a3504f0b7454a4e1a8ef56c0dd7b9dd /components/package/contents/ui/MailListView.qml | |
parent | 1213815b42e94f41817b79fc9e311742a330d9ae (diff) | |
download | kube-df326b81ddcafb45467c9e1e434c09e8b12a6baa.tar.gz kube-df326b81ddcafb45467c9e1e434c09e8b12a6baa.zip |
Prepared WebEngine port and resize according to content
Diffstat (limited to 'components/package/contents/ui/MailListView.qml')
-rw-r--r-- | components/package/contents/ui/MailListView.qml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/components/package/contents/ui/MailListView.qml b/components/package/contents/ui/MailListView.qml index bc292705..d0278833 100644 --- a/components/package/contents/ui/MailListView.qml +++ b/components/package/contents/ui/MailListView.qml | |||
@@ -31,6 +31,10 @@ Controls.ScrollView { | |||
31 | property variant currentMail | 31 | property variant currentMail |
32 | property bool isDraft : false | 32 | property bool isDraft : false |
33 | 33 | ||
34 | onParentFolderChanged: { | ||
35 | currentMail = null | ||
36 | } | ||
37 | |||
34 | ListView { | 38 | ListView { |
35 | id: listView | 39 | id: listView |
36 | 40 | ||