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 26232091..3d0d97d3 100644
--- a/framework/qml/MailViewer.qml
+++ b/framework/qml/MailViewer.qml
@@ -357,7 +357,7 @@ Rectangle {
357 357
358 anchors.bottom: parent.bottom 358 anchors.bottom: parent.bottom
359 359
360 height: Kube.Units.gridUnit * 2 360 height: Kube.Units.gridUnit * 2 + Kube.Units.largeSpacing
361 width: parent.width 361 width: parent.width
362 362
363 Kube.TextButton { 363 Kube.TextButton {