diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-06-14 16:26:56 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-06-14 16:26:56 +0200 |
commit | e51e2051ab9a94a32d15a90020f4862bede5e006 (patch) | |
tree | cf0ea562376d0f5cf0db29fc785a3391fcdaadb3 /components/mail/contents/ui/main.qml | |
parent | 6300db681eb9206452cfd57f6b5e45efb0fd4ed1 (diff) | |
download | kube-e51e2051ab9a94a32d15a90020f4862bede5e006.tar.gz kube-e51e2051ab9a94a32d15a90020f4862bede5e006.zip |
add spacing to toolbar
Diffstat (limited to 'components/mail/contents/ui/main.qml')
-rw-r--r-- | components/mail/contents/ui/main.qml | 2 |
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 { |