summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-05-04 16:56:47 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-05-04 16:56:47 +0200
commit346aa382e720962a7974c484afdbfa9d6aba51ff (patch)
treec5bfce7fba1d8672881aa223c1b9032db37b8817 /components
parent2c6f63415a5fd5f7b90b4f32a88e8c8da20e1825 (diff)
downloadkube-346aa382e720962a7974c484afdbfa9d6aba51ff.tar.gz
kube-346aa382e720962a7974c484afdbfa9d6aba51ff.zip
Fixed progress bar
Diffstat (limited to 'components')
-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 01651dcf..c9fa47c0 100644
--- a/components/kube/contents/ui/MailView.qml
+++ b/components/kube/contents/ui/MailView.qml
@@ -113,7 +113,7 @@ SplitView {
113 113
114 contentItem: Item { 114 contentItem: Item {
115 Rectangle { 115 Rectangle {
116 width: control.visualPosition * parent.width 116 width: progressBar.visualPosition * parent.width
117 height: parent.height 117 height: parent.height
118 radius: 2 118 radius: 2
119 color: Kube.Colors.highlightColor 119 color: Kube.Colors.highlightColor