diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-08-23 14:57:15 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-08-23 14:57:15 +0200 |
commit | 24f73cfc1ecde01dccba11d6d1581d706aa4d428 (patch) | |
tree | d1afb7268b73046a0f25d2f6a8afe9b2eecb18c4 /framework/qml/MailViewer.qml | |
parent | 541d459c6fce2f6a6924ff408a7b903cbef01cbc (diff) | |
download | kube-24f73cfc1ecde01dccba11d6d1581d706aa4d428.tar.gz kube-24f73cfc1ecde01dccba11d6d1581d706aa4d428.zip |
introduce Kube.ScrollBar
Diffstat (limited to 'framework/qml/MailViewer.qml')
-rw-r--r-- | framework/qml/MailViewer.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qml/MailViewer.qml b/framework/qml/MailViewer.qml index 329ef217..c3fc45d3 100644 --- a/framework/qml/MailViewer.qml +++ b/framework/qml/MailViewer.qml | |||
@@ -406,7 +406,7 @@ Rectangle { | |||
406 | Flickable { | 406 | Flickable { |
407 | id: flickable | 407 | id: flickable |
408 | anchors.fill: parent | 408 | anchors.fill: parent |
409 | ScrollBar.vertical: ScrollBar {} | 409 | ScrollBar.vertical: Kube.ScrollBar {} |
410 | contentHeight: content.height | 410 | contentHeight: content.height |
411 | contentWidth: parent.width | 411 | contentWidth: parent.width |
412 | Column { | 412 | Column { |