summaryrefslogtreecommitdiffstats
path: root/components/package/contents/ui
diff options
context:
space:
mode:
Diffstat (limited to 'components/package/contents/ui')
-rw-r--r--components/package/contents/ui/MailListView.qml7
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 }