summaryrefslogtreecommitdiffstats
path: root/components/package/contents/ui/SingleMailView.qml
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2016-10-30 16:09:41 +0100
committerMichael Bohlender <michael.bohlender@kdemail.net>2016-10-30 16:09:41 +0100
commitcae9227918f35c2774f64daffaa83ea971cfbb95 (patch)
treed1173b4994cce6a0410a79fdf6c9199a88a44b74 /components/package/contents/ui/SingleMailView.qml
parente4040f1c10bfd5df379fd2d3c2b278e099b9e72f (diff)
downloadkube-cae9227918f35c2774f64daffaa83ea971cfbb95.tar.gz
kube-cae9227918f35c2774f64daffaa83ea971cfbb95.zip
mailviewer: adjust margins and spacing
Diffstat (limited to 'components/package/contents/ui/SingleMailView.qml')
-rw-r--r--components/package/contents/ui/SingleMailView.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/package/contents/ui/SingleMailView.qml b/components/package/contents/ui/SingleMailView.qml
index 73dedc7e..d7bd4cc8 100644
--- a/components/package/contents/ui/SingleMailView.qml
+++ b/components/package/contents/ui/SingleMailView.qml
@@ -198,7 +198,7 @@ Item {
198 198
199 anchors.bottom: parent.bottom 199 anchors.bottom: parent.bottom
200 200
201 height: Kirigami.Units.gridUnit * 3 201 height: Kirigami.Units.gridUnit * 2
202 width: parent.width 202 width: parent.width
203 203
204 Text { 204 Text {