diff options
Diffstat (limited to 'framework/qml/MailListView.qml')
-rw-r--r-- | framework/qml/MailListView.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qml/MailListView.qml b/framework/qml/MailListView.qml index 07f6e47c..f9dd92b6 100644 --- a/framework/qml/MailListView.qml +++ b/framework/qml/MailListView.qml | |||
@@ -214,7 +214,7 @@ FocusScope { | |||
214 | text: model.subject | 214 | text: model.subject |
215 | color: model.unread ? Kube.Colors.highlightColor : Kube.Colors.textColor | 215 | color: model.unread ? Kube.Colors.highlightColor : Kube.Colors.textColor |
216 | maximumLineCount: 2 | 216 | maximumLineCount: 2 |
217 | wrapMode: Text.WrapAnywhere | 217 | wrapMode: Text.WordWrap |
218 | elide: Text.ElideRight | 218 | elide: Text.ElideRight |
219 | } | 219 | } |
220 | 220 | ||