diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-24 16:38:17 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-24 16:38:17 +0200 |
commit | d6857b76ca0bf9888ee0012c680fffb5aeb7ace6 (patch) | |
tree | 4b8f606fc714a0504344ceab1052db3bc868910c | |
parent | a253debf48c729a2e843cda327179629703cb4ed (diff) | |
download | kube-d6857b76ca0bf9888ee0012c680fffb5aeb7ace6.tar.gz kube-d6857b76ca0bf9888ee0012c680fffb5aeb7ace6.zip |
Indentation
-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 { |