diff options
Diffstat (limited to 'components/mailviewer/qml/SignaturePart.qml')
-rw-r--r-- | components/mailviewer/qml/SignaturePart.qml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/components/mailviewer/qml/SignaturePart.qml b/components/mailviewer/qml/SignaturePart.qml index 8a0e33ce..f24c1d2e 100644 --- a/components/mailviewer/qml/SignaturePart.qml +++ b/components/mailviewer/qml/SignaturePart.qml | |||
@@ -57,9 +57,11 @@ Item { | |||
57 | left: parent.left | 57 | left: parent.left |
58 | margins: 20 | 58 | margins: 20 |
59 | } | 59 | } |
60 | spacing: 20 | ||
61 | height: contentHeight | 60 | height: contentHeight |
62 | width: parent.width - 40 | 61 | width: parent.width - 40 |
62 | |||
63 | spacing: 20 | ||
64 | interactive: false | ||
63 | } | 65 | } |
64 | } | 66 | } |
65 | } | 67 | } |