diff options
-rw-r--r-- | components/kube/contents/ui/ComposerView.qml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/components/kube/contents/ui/ComposerView.qml b/components/kube/contents/ui/ComposerView.qml index 24a2bf16..b295bf4a 100644 --- a/components/kube/contents/ui/ComposerView.qml +++ b/components/kube/contents/ui/ComposerView.qml | |||
@@ -202,13 +202,13 @@ Kube.View { | |||
202 | 202 | ||
203 | 203 | ||
204 | Kube.Label{ | 204 | Kube.Label{ |
205 | id: subject | 205 | id: subject |
206 | width: content.width - Kube.Units.largeSpacing * 2 | 206 | width: content.width - Kube.Units.largeSpacing * 2 |
207 | text: model.subject | 207 | text: model.subject |
208 | color: Kube.Colors.highlightedTextColor | 208 | color: Kube.Colors.highlightedTextColor |
209 | maximumLineCount: 2 | 209 | maximumLineCount: 2 |
210 | wrapMode: Text.WrapAnywhere | 210 | wrapMode: Text.WrapAnywhere |
211 | elide: Text.ElideRight | 211 | elide: Text.ElideRight |
212 | } | 212 | } |
213 | 213 | ||
214 | Kube.Label { | 214 | Kube.Label { |