summaryrefslogtreecommitdiffstats
path: root/framework/qml/MailViewer.qml
diff options
context:
space:
mode:
Diffstat (limited to 'framework/qml/MailViewer.qml')
-rw-r--r--framework/qml/MailViewer.qml2
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 {