From e51e2051ab9a94a32d15a90020f4862bede5e006 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Tue, 14 Jun 2016 16:26:56 +0200 Subject: add spacing to toolbar --- components/mail/contents/ui/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/mail') diff --git a/components/mail/contents/ui/main.qml b/components/mail/contents/ui/main.qml index 188031cc..73ed44a8 100644 --- a/components/mail/contents/ui/main.qml +++ b/components/mail/contents/ui/main.qml @@ -87,7 +87,7 @@ ApplicationWindow { right: app.right } - height: Kirigami.Units.iconSizes.medium + height: Kirigami.Units.iconSizes.medium + Kirigami.Units.smallSpacing * 2 //width: app.width Row { -- cgit v1.2.3