diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-05-03 09:48:46 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-05-03 09:48:46 +0200 |
commit | f9a3f0804189d5cd986eabb53f5702dd2354bfbe (patch) | |
tree | 4c0aed4b55719f77b3c4d8e8bbb6331b3638b346 | |
parent | 69a26cbfeb31cac3b1bceae2724f19ab62ab642a (diff) | |
download | kube-f9a3f0804189d5cd986eabb53f5702dd2354bfbe.tar.gz kube-f9a3f0804189d5cd986eabb53f5702dd2354bfbe.zip |
some margins for the focus composer so that it looks a little less ugly with the new inline layount
-rw-r--r-- | framework/qml/FocusComposer.qml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/qml/FocusComposer.qml b/framework/qml/FocusComposer.qml index 0275cc91..d586e5b0 100644 --- a/framework/qml/FocusComposer.qml +++ b/framework/qml/FocusComposer.qml | |||
@@ -49,8 +49,10 @@ Item { | |||
49 | 49 | ||
50 | Item { | 50 | Item { |
51 | 51 | ||
52 | height: parent.height | 52 | anchors.centerIn: parent |
53 | width: parent.width | 53 | |
54 | width: parent.width - Kube.Units.largeSpacing * 2 | ||
55 | height: parent.height - Kube.Units.largeSpacing * 2 | ||
54 | 56 | ||
55 | ColumnLayout { | 57 | ColumnLayout { |
56 | 58 | ||