diff options
Diffstat (limited to 'components/package/contents/ui/MailListView.qml')
-rw-r--r-- | components/package/contents/ui/MailListView.qml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/components/package/contents/ui/MailListView.qml b/components/package/contents/ui/MailListView.qml index 97c1a0d4..e6e69251 100644 --- a/components/package/contents/ui/MailListView.qml +++ b/components/package/contents/ui/MailListView.qml | |||
@@ -96,6 +96,13 @@ Item { | |||
96 | placeholderText: qsTr("Filter...") | 96 | placeholderText: qsTr("Filter...") |
97 | } | 97 | } |
98 | 98 | ||
99 | Label { | ||
100 | anchors.top: searchBar.bottom | ||
101 | visible: listView.count === 0 | ||
102 | //TODO depending on whether we synchronized already or not the label should change. | ||
103 | text: "Nothing here..." | ||
104 | } | ||
105 | |||
99 | ListView { | 106 | ListView { |
100 | id: listView | 107 | id: listView |
101 | 108 | ||