diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-03 14:02:17 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-03 14:02:17 +0200 |
commit | 51e47637930a6a18b0e5ece368bad45c9afbb3c6 (patch) | |
tree | 74a8b9a400023d3f8846b7dc9ad4b12a3b73cacc /components/mail/contents/ui | |
parent | bc7a2ceabb8836a668d14f3dbf3731997921c7e7 (diff) | |
download | kube-51e47637930a6a18b0e5ece368bad45c9afbb3c6.tar.gz kube-51e47637930a6a18b0e5ece368bad45c9afbb3c6.zip |
Use the kube button for the outbox as well
Diffstat (limited to 'components/mail/contents/ui')
-rw-r--r-- | components/mail/contents/ui/Mail.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/mail/contents/ui/Mail.qml b/components/mail/contents/ui/Mail.qml index a1ff1cb8..9481a033 100644 --- a/components/mail/contents/ui/Mail.qml +++ b/components/mail/contents/ui/Mail.qml | |||
@@ -357,6 +357,7 @@ Controls2.ApplicationWindow { | |||
357 | left: parent.left | 357 | left: parent.left |
358 | right: parent.right | 358 | right: parent.right |
359 | } | 359 | } |
360 | height: Kirigami.Units.gridUnit * 1.5 | ||
360 | } | 361 | } |
361 | } | 362 | } |
362 | 363 | ||