diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-10-26 12:32:21 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-10-26 12:32:21 +0200 |
commit | 7ad757c287dce43386d479eaf7814f7ff730ce21 (patch) | |
tree | 47e0280b1bd650bab0f2f5cdaca2f0f9db2149e3 /components | |
parent | e6a16e843e13744c952aea76a0e57d35029e9b19 (diff) | |
download | kube-7ad757c287dce43386d479eaf7814f7ff730ce21.tar.gz kube-7ad757c287dce43386d479eaf7814f7ff730ce21.zip |
make logview list slimer and remove margins
Diffstat (limited to 'components')
-rw-r--r-- | components/kube/contents/ui/LogView.qml | 3 |
1 files changed, 1 insertions, 2 deletions
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 { | |||
36 | 36 | ||
37 | Item { | 37 | Item { |
38 | id: accountList | 38 | id: accountList |
39 | width: parent.width/2 | 39 | width: parent.width/3 |
40 | Layout.fillHeight: true | 40 | Layout.fillHeight: true |
41 | 41 | ||
42 | Kube.Listener { | 42 | Kube.Listener { |
@@ -59,7 +59,6 @@ Controls.SplitView { | |||
59 | Kube.ListView { | 59 | Kube.ListView { |
60 | id: listView | 60 | id: listView |
61 | anchors { | 61 | anchors { |
62 | margins: Kube.Units.largeSpacing | ||
63 | fill: parent | 62 | fill: parent |
64 | } | 63 | } |
65 | 64 | ||