From 3dcfaf700ebfee4cd0c8ce7134624b6ac0206122 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Sun, 8 Jan 2017 13:55:46 +0100 Subject: mailview: reduce bottom margin --- components/package/contents/ui/SingleMailView.qml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/package/contents/ui/SingleMailView.qml b/components/package/contents/ui/SingleMailView.qml index 632c8271..1f1bc181 100644 --- a/components/package/contents/ui/SingleMailView.qml +++ b/components/package/contents/ui/SingleMailView.qml @@ -79,7 +79,7 @@ Item { Rectangle { id: sheet anchors.centerIn: parent - implicitHeight: header.height + body.height + (Kirigami.Units.gridUnit * 2.5) * 2 + footer.height + implicitHeight: header.height + attachments.height + body.height + footer.height + Kirigami.Units.largeSpacing width: parent.width - Kirigami.Units.gridUnit * 2 color: Kirigami.Theme.viewBackgroundColor @@ -292,7 +292,7 @@ Item { anchors{ verticalCenter: parent.verticalCenter left: parent.left - leftMargin: Kirigami.Units.gridUnit + leftMargin: Kirigami.Units.largeSpacing } KubeFramework.MailController { @@ -322,7 +322,7 @@ Item { anchors{ verticalCenter: parent.verticalCenter right: parent.right - rightMargin: Kirigami.Units.gridUnit + rightMargin: Kirigami.Units.largeSpacing } KubeAction.Context { -- cgit v1.2.3