From 346aa382e720962a7974c484afdbfa9d6aba51ff Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 4 May 2017 16:56:47 +0200 Subject: Fixed progress bar --- components/kube/contents/ui/MailView.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components') diff --git a/components/kube/contents/ui/MailView.qml b/components/kube/contents/ui/MailView.qml index 01651dcf..c9fa47c0 100644 --- a/components/kube/contents/ui/MailView.qml +++ b/components/kube/contents/ui/MailView.qml @@ -113,7 +113,7 @@ SplitView { contentItem: Item { Rectangle { - width: control.visualPosition * parent.width + width: progressBar.visualPosition * parent.width height: parent.height radius: 2 color: Kube.Colors.highlightColor -- cgit v1.2.3