diff options
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 e1e074b2..26232091 100644 --- a/framework/qml/MailViewer.qml +++ b/framework/qml/MailViewer.qml | |||
@@ -310,7 +310,7 @@ Rectangle { | |||
310 | right: header.right | 310 | right: header.right |
311 | leftMargin: Kube.Units.largeSpacing | 311 | leftMargin: Kube.Units.largeSpacing |
312 | rightMargin: Kube.Units.largeSpacing | 312 | rightMargin: Kube.Units.largeSpacing |
313 | topMargin: Math.max(attachments.height, Kube.Units.largeSpacing) | 313 | topMargin: Math.max(attachments.height + Kube.Units.smallSpacing, Kube.Units.largeSpacing) |
314 | } | 314 | } |
315 | height: mailViewer.height + 20 | 315 | height: mailViewer.height + 20 |
316 | 316 | ||