From 5beabbabc2a0d62afe9ff8f9c4ca3e19dec4fd6a Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 12 Dec 2017 10:54:13 +0100 Subject: Give the status bar a little bit of room. Otherwise the descirption text is right at the border. --- framework/qml/StatusBar.qml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/framework/qml/StatusBar.qml b/framework/qml/StatusBar.qml index 6a148fbb..c20c5fc1 100644 --- a/framework/qml/StatusBar.qml +++ b/framework/qml/StatusBar.qml @@ -42,6 +42,8 @@ Item { Column { anchors.fill: root + anchors.leftMargin: Kube.Units.smallSpacing + anchors.rightMargin: Kube.Units.smallSpacing Kube.Label { id: statusText anchors.horizontalCenter: parent.horizontalCenter @@ -84,7 +86,7 @@ Item { topMargin: Kube.Units.smallSpacing } height: 2 - width: parent.width - Kube.Units.smallSpacing * 2 + width: parent.width indeterminate: true visible: false -- cgit v1.2.3