diff options
Diffstat (limited to 'framework/qml/StatusBar.qml')
-rw-r--r-- | framework/qml/StatusBar.qml | 4 |
1 files changed, 3 insertions, 1 deletions
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 { | |||
42 | 42 | ||
43 | Column { | 43 | Column { |
44 | anchors.fill: root | 44 | anchors.fill: root |
45 | anchors.leftMargin: Kube.Units.smallSpacing | ||
46 | anchors.rightMargin: Kube.Units.smallSpacing | ||
45 | Kube.Label { | 47 | Kube.Label { |
46 | id: statusText | 48 | id: statusText |
47 | anchors.horizontalCenter: parent.horizontalCenter | 49 | anchors.horizontalCenter: parent.horizontalCenter |
@@ -84,7 +86,7 @@ Item { | |||
84 | topMargin: Kube.Units.smallSpacing | 86 | topMargin: Kube.Units.smallSpacing |
85 | } | 87 | } |
86 | height: 2 | 88 | height: 2 |
87 | width: parent.width - Kube.Units.smallSpacing * 2 | 89 | width: parent.width |
88 | 90 | ||
89 | indeterminate: true | 91 | indeterminate: true |
90 | visible: false | 92 | visible: false |