summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2017-05-11 13:47:41 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2017-05-11 13:47:41 +0200
commit137f7f09067f82ae4d520de30f31f918b2afe3c2 (patch)
tree41037ad46afb63a6a5b3efb8c7b5a901806cc042
parentb574e5fe9b794a02676deee88a7ab5b35e5107a9 (diff)
downloadkube-137f7f09067f82ae4d520de30f31f918b2afe3c2.tar.gz
kube-137f7f09067f82ae4d520de30f31f918b2afe3c2.zip
make progressbar slimmer
-rw-r--r--components/kube/contents/ui/MailView.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/kube/contents/ui/MailView.qml b/components/kube/contents/ui/MailView.qml
index 51bfa3d3..6e4cbbe1 100644
--- a/components/kube/contents/ui/MailView.qml
+++ b/components/kube/contents/ui/MailView.qml
@@ -130,7 +130,7 @@ SplitView {
130 Kube.ProgressBar { 130 Kube.ProgressBar {
131 id: progressBar 131 id: progressBar
132 anchors.horizontalCenter: parent.horizontalCenter 132 anchors.horizontalCenter: parent.horizontalCenter
133 height: 3 133 height: 2
134 width: parent.width - Kube.Units.smallSpacing * 2 134 width: parent.width - Kube.Units.smallSpacing * 2
135 135
136 indeterminate: true 136 indeterminate: true