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 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 |