diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2018-07-19 11:37:42 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2018-07-19 11:37:42 +0200 |
commit | 36b2a1ac66ce66708904870b9458512bbaea4a03 (patch) | |
tree | 226c0fd8598a68a0ef2192d8c3ad9498f0adfd1a | |
parent | c1f6ea46d0d11dec3c11c02f1c10ef2e8e6ae9aa (diff) | |
download | kube-36b2a1ac66ce66708904870b9458512bbaea4a03.tar.gz kube-36b2a1ac66ce66708904870b9458512bbaea4a03.zip |
more spacing for the mailView
-rw-r--r-- | framework/qml/MailViewer.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qml/MailViewer.qml b/framework/qml/MailViewer.qml index 26232091..3d0d97d3 100644 --- a/framework/qml/MailViewer.qml +++ b/framework/qml/MailViewer.qml | |||
@@ -357,7 +357,7 @@ Rectangle { | |||
357 | 357 | ||
358 | anchors.bottom: parent.bottom | 358 | anchors.bottom: parent.bottom |
359 | 359 | ||
360 | height: Kube.Units.gridUnit * 2 | 360 | height: Kube.Units.gridUnit * 2 + Kube.Units.largeSpacing |
361 | width: parent.width | 361 | width: parent.width |
362 | 362 | ||
363 | Kube.TextButton { | 363 | Kube.TextButton { |