diff options
-rw-r--r-- | components/package/contents/ui/MailListView.qml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/components/package/contents/ui/MailListView.qml b/components/package/contents/ui/MailListView.qml index cda8bbda..d3afc9b1 100644 --- a/components/package/contents/ui/MailListView.qml +++ b/components/package/contents/ui/MailListView.qml | |||
@@ -105,7 +105,6 @@ Controls.ScrollView { | |||
105 | Text{ | 105 | Text{ |
106 | text: model.subject | 106 | text: model.subject |
107 | 107 | ||
108 | renderType: Text.NativeRendering | ||
109 | color: mailListDelegate.checked ? Kirigami.Theme.textColor : model.unread ? "#1d99f3" : Kirigami.Theme.textColor | 108 | color: mailListDelegate.checked ? Kirigami.Theme.textColor : model.unread ? "#1d99f3" : Kirigami.Theme.textColor |
110 | font.weight: model.unread || model.important ? Font.DemiBold : Font.Normal | 109 | font.weight: model.unread || model.important ? Font.DemiBold : Font.Normal |
111 | } | 110 | } |
@@ -113,14 +112,12 @@ Controls.ScrollView { | |||
113 | Text { | 112 | Text { |
114 | text: model.senderName | 113 | text: model.senderName |
115 | 114 | ||
116 | renderType: Text.NativeRendering | ||
117 | color: Kirigami.Theme.textColor | 115 | color: Kirigami.Theme.textColor |
118 | } | 116 | } |
119 | 117 | ||
120 | Text { | 118 | Text { |
121 | text: Qt.formatDateTime(model.date) | 119 | text: Qt.formatDateTime(model.date) |
122 | 120 | ||
123 | renderType: Text.NativeRendering | ||
124 | font.weight: Font.Light | 121 | font.weight: Font.Light |
125 | opacity: 0.5 | 122 | opacity: 0.5 |
126 | color: Kirigami.Theme.textColor | 123 | color: Kirigami.Theme.textColor |
@@ -129,7 +126,6 @@ Controls.ScrollView { | |||
129 | Text { | 126 | Text { |
130 | text: model.threadSize | 127 | text: model.threadSize |
131 | 128 | ||
132 | renderType: Text.NativeRendering | ||
133 | font.weight: Font.Light | 129 | font.weight: Font.Light |
134 | color: Kirigami.Theme.textColor | 130 | color: Kirigami.Theme.textColor |
135 | } | 131 | } |