From 65ac54df1caad2cff66c98a720c888d4f37aad36 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Thu, 12 Jul 2018 11:01:02 +0200 Subject: more spacing between mail body and attachments --- framework/qml/MailViewer.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/qml') 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 { right: header.right leftMargin: Kube.Units.largeSpacing rightMargin: Kube.Units.largeSpacing - topMargin: Math.max(attachments.height, Kube.Units.largeSpacing) + topMargin: Math.max(attachments.height + Kube.Units.smallSpacing, Kube.Units.largeSpacing) } height: mailViewer.height + 20 -- cgit v1.2.3