diff options
-rw-r--r-- | components/kube/contents/ui/MailView.qml | 2 |
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 |