diff options
-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 { |