summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2017-06-29 16:55:53 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2017-06-29 16:55:53 +0200
commit69e44a40d0e4d374d25689fd12d8c0bada4988bc (patch)
treef7cbd2e05eb25bee4c94d72c24706cb636778249
parent73f38000b93b791f13e78f389eb9a2ba8f929468 (diff)
downloadkube-69e44a40d0e4d374d25689fd12d8c0bada4988bc.tar.gz
kube-69e44a40d0e4d374d25689fd12d8c0bada4988bc.zip
change wrapMode to WordWrap
-rw-r--r--framework/qml/MailListView.qml2
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