diff options
-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 | ||