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/EncryptionPart.qml | |
parent | 6aa695939b63fc7370e5eb80ecf7528aea1bd5e1 (diff) | |
download | kube-ead032cad04d9e6ade9fa3c6566e5e0bdf1286ce.tar.gz kube-ead032cad04d9e6ade9fa3c6566e5e0bdf1286ce.zip |
make mailview not flickable
Diffstat (limited to 'components/mailviewer/qml/EncryptionPart.qml')
-rw-r--r-- | components/mailviewer/qml/EncryptionPart.qml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/components/mailviewer/qml/EncryptionPart.qml b/components/mailviewer/qml/EncryptionPart.qml index a1adea43..d759ab6a 100644 --- a/components/mailviewer/qml/EncryptionPart.qml +++ b/components/mailviewer/qml/EncryptionPart.qml | |||
@@ -59,9 +59,12 @@ Item { | |||
59 | left: parent.left | 59 | left: parent.left |
60 | margins: 20 | 60 | margins: 20 |
61 | } | 61 | } |
62 | spacing: 20 | ||
63 | height: contentHeight | 62 | height: contentHeight |
64 | width: parent.width - 40 | 63 | width: parent.width - 40 |
64 | |||
65 | spacing: 20 | ||
66 | |||
67 | interactive: false | ||
65 | } | 68 | } |
66 | } | 69 | } |
67 | } | 70 | } |