summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2017-04-20 14:37:58 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2017-04-20 14:37:58 +0200
commit4258cc28853c876886ec1ce69ddfb31e72e4ae08 (patch)
tree6e5ffe04af9242748920ab17f9abe4686a13d80b /components
parentc50aba36928532df7667940b88f1c7f9cd23854d (diff)
downloadkube-4258cc28853c876886ec1ce69ddfb31e72e4ae08.tar.gz
kube-4258cc28853c876886ec1ce69ddfb31e72e4ae08.zip
fix resizing behaviour
Diffstat (limited to 'components')
-rw-r--r--components/kube/contents/ui/Kube.qml7
1 files changed, 0 insertions, 7 deletions
diff --git a/components/kube/contents/ui/Kube.qml b/components/kube/contents/ui/Kube.qml
index f6290e54..c53ab9b0 100644
--- a/components/kube/contents/ui/Kube.qml
+++ b/components/kube/contents/ui/Kube.qml
@@ -121,11 +121,7 @@ Controls2.ApplicationWindow {
121 //END background 121 //END background
122 122
123 //BEGIN Main content 123 //BEGIN Main content
124
125 RowLayout { 124 RowLayout {
126
127 anchors.fill: parent
128
129 spacing: 0 125 spacing: 0
130 126
131 Rectangle { 127 Rectangle {
@@ -179,9 +175,7 @@ Controls2.ApplicationWindow {
179 } 175 }
180 176
181 SplitView { 177 SplitView {
182
183 height: app.height 178 height: app.height
184
185 Layout.fillWidth: true 179 Layout.fillWidth: true
186 180
187 Rectangle { 181 Rectangle {
@@ -369,7 +363,6 @@ Controls2.ApplicationWindow {
369 } 363 }
370 } 364 }
371 } 365 }
372
373 } 366 }
374 367
375 Kube.MailListView { 368 Kube.MailListView {