summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2017-05-17 13:43:57 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2017-05-17 13:43:57 +0200
commit3dfcc1ae7973d1dbbd2dfa6c10d14548815ad7de (patch)
tree2d96ab2f0842f095fdb08b0faef128ec247f6ef1 /components
parent8dce5968d395ef362fd554ed5131d14900470a67 (diff)
downloadkube-3dfcc1ae7973d1dbbd2dfa6c10d14548815ad7de.tar.gz
kube-3dfcc1ae7973d1dbbd2dfa6c10d14548815ad7de.zip
initial Kube.TextArea
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