diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-10-30 16:09:41 +0100 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-10-30 16:09:41 +0100 |
commit | cae9227918f35c2774f64daffaa83ea971cfbb95 (patch) | |
tree | d1173b4994cce6a0410a79fdf6c9199a88a44b74 /components/package/contents/ui/SingleMailView.qml | |
parent | e4040f1c10bfd5df379fd2d3c2b278e099b9e72f (diff) | |
download | kube-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.qml | 2 |
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 { |