diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-10-10 15:50:37 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-10-10 15:50:37 +0200 |
commit | 9f89215be2612dbf54ad50c42565c310e3f4099c (patch) | |
tree | 2a1f02e48a822dc1fb642a797d22fc51409ab632 /components/package/contents/ui/MailListView.qml | |
parent | 5fa8608e9877eab40336a60ed8ed979aaf3cfbd0 (diff) | |
download | kube-9f89215be2612dbf54ad50c42565c310e3f4099c.tar.gz kube-9f89215be2612dbf54ad50c42565c310e3f4099c.zip |
Query for threads
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 ff71e43e..5f7fd83f 100644 --- a/components/package/contents/ui/MailListView.qml +++ b/components/package/contents/ui/MailListView.qml | |||
@@ -127,6 +127,13 @@ Controls.ScrollView { | |||
127 | color: Kirigami.Theme.textColor | 127 | color: Kirigami.Theme.textColor |
128 | } | 128 | } |
129 | } | 129 | } |
130 | Text { | ||
131 | text: model.threadSize | ||
132 | |||
133 | renderType: Text.NativeRendering | ||
134 | font.weight: Font.Light | ||
135 | color: Kirigami.Theme.textColor | ||
136 | } | ||
130 | } | 137 | } |
131 | } | 138 | } |
132 | } | 139 | } |