diff options
Diffstat (limited to 'components/package/contents/ui')
-rw-r--r-- | components/package/contents/ui/MailListView.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/package/contents/ui/MailListView.qml b/components/package/contents/ui/MailListView.qml index 6de0e683..43b65a18 100644 --- a/components/package/contents/ui/MailListView.qml +++ b/components/package/contents/ui/MailListView.qml | |||
@@ -180,10 +180,10 @@ Item { | |||
180 | } | 180 | } |
181 | 181 | ||
182 | Text { | 182 | Text { |
183 | width: mailListDelegate.width - Kirigami.Units.largeSpacing * 2 - unreadCounter.width | ||
183 | text: model.senderName | 184 | text: model.senderName |
184 | font.italic: true | 185 | font.italic: true |
185 | color: mailListDelegate.checked ? Kirigami.Theme.highlightedTextColor : Kirigami.Theme.textColor | 186 | color: mailListDelegate.checked ? Kirigami.Theme.highlightedTextColor : Kirigami.Theme.textColor |
186 | width: mailListDelegate.width - Kirigami.Units.large | ||
187 | elide: Text.ElideRight | 187 | elide: Text.ElideRight |
188 | } | 188 | } |
189 | } | 189 | } |