diff options
-rw-r--r-- | components/kube/contents/ui/ComposerView.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/kube/contents/ui/ComposerView.qml b/components/kube/contents/ui/ComposerView.qml index f9940556..84c1ddc6 100644 --- a/components/kube/contents/ui/ComposerView.qml +++ b/components/kube/contents/ui/ComposerView.qml | |||
@@ -170,7 +170,7 @@ Kube.View { | |||
170 | } | 170 | } |
171 | 171 | ||
172 | Kube.Label{ | 172 | Kube.Label{ |
173 | width: content.width - Kube.Units.largeSpacing * 2 | 173 | width: content.width |
174 | text: model.subject | 174 | text: model.subject |
175 | color: Kube.Colors.highlightedTextColor | 175 | color: Kube.Colors.highlightedTextColor |
176 | maximumLineCount: 2 | 176 | maximumLineCount: 2 |