summaryrefslogtreecommitdiffstats
path: root/framework
diff options
context:
space:
mode:
Diffstat (limited to 'framework')
-rw-r--r--framework/qml/StatusBar.qml3
1 files changed, 3 insertions, 0 deletions
diff --git a/framework/qml/StatusBar.qml b/framework/qml/StatusBar.qml
index bc98843c..6a148fbb 100644
--- a/framework/qml/StatusBar.qml
+++ b/framework/qml/StatusBar.qml
@@ -70,9 +70,12 @@ Item {
70 Kube.Label { 70 Kube.Label {
71 id: descriptionText 71 id: descriptionText
72 anchors.horizontalCenter: parent.horizontalCenter 72 anchors.horizontalCenter: parent.horizontalCenter
73 width: parent.width
73 visible: false 74 visible: false
74 color: Kube.Colors.disabledTextColor 75 color: Kube.Colors.disabledTextColor
75 text: root.errorText 76 text: root.errorText
77 elide: Text.ElideRight
78 maximumLineCount: 1
76 } 79 }
77 Kube.ProgressBar { 80 Kube.ProgressBar {
78 id: progressBar 81 id: progressBar