summaryrefslogtreecommitdiffstats
path: root/framework/qml
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-12-12 10:54:13 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-12-12 10:55:43 +0100
commit5beabbabc2a0d62afe9ff8f9c4ca3e19dec4fd6a (patch)
tree01701509989d842ad56e79d2a732dc155eca4890 /framework/qml
parentc7e719422112e86c6bd0cd7c133e59fff2a32607 (diff)
downloadkube-5beabbabc2a0d62afe9ff8f9c4ca3e19dec4fd6a.tar.gz
kube-5beabbabc2a0d62afe9ff8f9c4ca3e19dec4fd6a.zip
Give the status bar a little bit of room.
Otherwise the descirption text is right at the border.
Diffstat (limited to 'framework/qml')
-rw-r--r--framework/qml/StatusBar.qml4
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