From f9a3f0804189d5cd986eabb53f5702dd2354bfbe Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Wed, 3 May 2017 09:48:46 +0200 Subject: some margins for the focus composer so that it looks a little less ugly with the new inline layount --- framework/qml/FocusComposer.qml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'framework/qml') 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 { Item { - height: parent.height - width: parent.width + anchors.centerIn: parent + + width: parent.width - Kube.Units.largeSpacing * 2 + height: parent.height - Kube.Units.largeSpacing * 2 ColumnLayout { -- cgit v1.2.3