summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 {