From 4258cc28853c876886ec1ce69ddfb31e72e4ae08 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Thu, 20 Apr 2017 14:37:58 +0200 Subject: fix resizing behaviour --- components/kube/contents/ui/Kube.qml | 7 ------- 1 file changed, 7 deletions(-) (limited to 'components') 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 { //END background //BEGIN Main content - RowLayout { - - anchors.fill: parent - spacing: 0 Rectangle { @@ -179,9 +175,7 @@ Controls2.ApplicationWindow { } SplitView { - height: app.height - Layout.fillWidth: true Rectangle { @@ -369,7 +363,6 @@ Controls2.ApplicationWindow { } } } - } Kube.MailListView { -- cgit v1.2.3