From 7ad757c287dce43386d479eaf7814f7ff730ce21 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Thu, 26 Oct 2017 12:32:21 +0200 Subject: make logview list slimer and remove margins --- components/kube/contents/ui/LogView.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'components') diff --git a/components/kube/contents/ui/LogView.qml b/components/kube/contents/ui/LogView.qml index 4d6035c0..51f773d8 100644 --- a/components/kube/contents/ui/LogView.qml +++ b/components/kube/contents/ui/LogView.qml @@ -36,7 +36,7 @@ Controls.SplitView { Item { id: accountList - width: parent.width/2 + width: parent.width/3 Layout.fillHeight: true Kube.Listener { @@ -59,7 +59,6 @@ Controls.SplitView { Kube.ListView { id: listView anchors { - margins: Kube.Units.largeSpacing fill: parent } -- cgit v1.2.3