summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
Diffstat (limited to 'components')
-rw-r--r--components/kube/contents/ui/ComposerView.qml5
1 files changed, 4 insertions, 1 deletions
diff --git a/components/kube/contents/ui/ComposerView.qml b/components/kube/contents/ui/ComposerView.qml
index beeeff53..0cb5eefc 100644
--- a/components/kube/contents/ui/ComposerView.qml
+++ b/components/kube/contents/ui/ComposerView.qml
@@ -237,6 +237,9 @@ Kube.View {
237 leftMargin: Kube.Units.largeSpacing + Kube.Units.gridUnit * 2 237 leftMargin: Kube.Units.largeSpacing + Kube.Units.gridUnit * 2
238 rightMargin: Kube.Units.largeSpacing + Kube.Units.gridUnit * 2 238 rightMargin: Kube.Units.largeSpacing + Kube.Units.gridUnit * 2
239 } 239 }
240
241 spacing: Kube.Units.smallSpacing * 2
242
240 Kube.TextField { 243 Kube.TextField {
241 id: subject 244 id: subject
242 Layout.fillWidth: true 245 Layout.fillWidth: true
@@ -247,7 +250,7 @@ Kube.View {
247 onActiveFocusChanged: closeFirstSplitIfNecessary() 250 onActiveFocusChanged: closeFirstSplitIfNecessary()
248 } 251 }
249 252
250 Controls2.TextArea { 253 Kube.TextArea {
251 id: content 254 id: content
252 Layout.fillWidth: true 255 Layout.fillWidth: true
253 Layout.fillHeight: true 256 Layout.fillHeight: true