diff options
author | Sandro Knauß <sknauss@kde.org> | 2016-10-11 16:19:01 +0200 |
---|---|---|
committer | Sandro Knauß <sknauss@kde.org> | 2016-10-11 16:19:01 +0200 |
commit | 7d6ec8866c90918be94364e52bbdd4f3e53da915 (patch) | |
tree | 007cc6ded7358a7dcdf8a5a87202bb5378f60d93 /components/package/contents/ui/MailListView.qml | |
parent | 1974c19eadd497e355ac985a00d0571f3e6c7712 (diff) | |
parent | fd3a6901f17f3dcfd446e531dd10c0eb61cf0b93 (diff) | |
download | kube-7d6ec8866c90918be94364e52bbdd4f3e53da915.tar.gz kube-7d6ec8866c90918be94364e52bbdd4f3e53da915.zip |
Merge branch 'develop' into dev/mimetreeinterface
Diffstat (limited to 'components/package/contents/ui/MailListView.qml')
-rw-r--r-- | components/package/contents/ui/MailListView.qml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/components/package/contents/ui/MailListView.qml b/components/package/contents/ui/MailListView.qml index ff71e43e..cda8bbda 100644 --- a/components/package/contents/ui/MailListView.qml +++ b/components/package/contents/ui/MailListView.qml | |||
@@ -24,7 +24,6 @@ import QtQml 2.2 as QtQml | |||
24 | import org.kde.kirigami 1.0 as Kirigami | 24 | import org.kde.kirigami 1.0 as Kirigami |
25 | 25 | ||
26 | import org.kube.framework.domain 1.0 as KubeFramework | 26 | import org.kube.framework.domain 1.0 as KubeFramework |
27 | import org.kube.framework.theme 1.0 | ||
28 | 27 | ||
29 | Controls.ScrollView { | 28 | Controls.ScrollView { |
30 | id: root | 29 | id: root |
@@ -127,6 +126,13 @@ Controls.ScrollView { | |||
127 | color: Kirigami.Theme.textColor | 126 | color: Kirigami.Theme.textColor |
128 | } | 127 | } |
129 | } | 128 | } |
129 | Text { | ||
130 | text: model.threadSize | ||
131 | |||
132 | renderType: Text.NativeRendering | ||
133 | font.weight: Font.Light | ||
134 | color: Kirigami.Theme.textColor | ||
135 | } | ||
130 | } | 136 | } |
131 | } | 137 | } |
132 | } | 138 | } |