summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2016-06-14 16:26:56 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2016-06-14 16:26:56 +0200
commite51e2051ab9a94a32d15a90020f4862bede5e006 (patch)
treecf0ea562376d0f5cf0db29fc785a3391fcdaadb3
parent6300db681eb9206452cfd57f6b5e45efb0fd4ed1 (diff)
downloadkube-e51e2051ab9a94a32d15a90020f4862bede5e006.tar.gz
kube-e51e2051ab9a94a32d15a90020f4862bede5e006.zip
add spacing to toolbar
-rw-r--r--components/mail/contents/ui/main.qml2
1 files changed, 1 insertions, 1 deletions
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 {
87 right: app.right 87 right: app.right
88 } 88 }
89 89
90 height: Kirigami.Units.iconSizes.medium 90 height: Kirigami.Units.iconSizes.medium + Kirigami.Units.smallSpacing * 2
91 //width: app.width 91 //width: app.width
92 92
93 Row { 93 Row {