summaryrefslogtreecommitdiffstats
path: root/components/mailviewer/qml/EncryptionPart.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/mailviewer/qml/EncryptionPart.qml')
-rw-r--r--components/mailviewer/qml/EncryptionPart.qml5
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 }