summaryrefslogtreecommitdiffstats
path: root/components/package/contents/ui/MailListView.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/package/contents/ui/MailListView.qml')
-rw-r--r--components/package/contents/ui/MailListView.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/components/package/contents/ui/MailListView.qml b/components/package/contents/ui/MailListView.qml
index 291573ed..01c9b68b 100644
--- a/components/package/contents/ui/MailListView.qml
+++ b/components/package/contents/ui/MailListView.qml
@@ -69,17 +69,17 @@ Controls.ScrollView {
69 69
70 ColumnLayout { 70 ColumnLayout {
71 71
72 Controls.Label { 72 Kirigami.Label {
73 text: model.senderName 73 text: model.senderName
74 74
75 font.weight: Font.DemiBold 75 font.weight: Font.DemiBold
76 } 76 }
77 77
78 Controls.Label { 78 Kirigami.Label {
79 text: model.subject 79 text: model.subject
80 } 80 }
81 81
82 Controls.Label { 82 Kirigami.Label {
83 text: Qt.formatDateTime(model.date) 83 text: Qt.formatDateTime(model.date)
84 84
85 font.weight: Font.Light 85 font.weight: Font.Light