diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-10-26 14:44:16 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-10-26 14:44:16 +0200 |
commit | ead032cad04d9e6ade9fa3c6566e5e0bdf1286ce (patch) | |
tree | 6ddc803690e3b084599f332ef9a037075e0d09be /components/mailviewer/qml/SignaturePart.qml | |
parent | 6aa695939b63fc7370e5eb80ecf7528aea1bd5e1 (diff) | |
download | kube-ead032cad04d9e6ade9fa3c6566e5e0bdf1286ce.tar.gz kube-ead032cad04d9e6ade9fa3c6566e5e0bdf1286ce.zip |
make mailview not flickable
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 | } |