summaryrefslogtreecommitdiffstats
path: root/components/mailviewer/qml
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2016-10-26 14:44:16 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2016-10-26 14:44:16 +0200
commitead032cad04d9e6ade9fa3c6566e5e0bdf1286ce (patch)
tree6ddc803690e3b084599f332ef9a037075e0d09be /components/mailviewer/qml
parent6aa695939b63fc7370e5eb80ecf7528aea1bd5e1 (diff)
downloadkube-ead032cad04d9e6ade9fa3c6566e5e0bdf1286ce.tar.gz
kube-ead032cad04d9e6ade9fa3c6566e5e0bdf1286ce.zip
make mailview not flickable
Diffstat (limited to 'components/mailviewer/qml')
-rw-r--r--components/mailviewer/qml/EncryptionPart.qml5
-rw-r--r--components/mailviewer/qml/MailPart.qml1
-rw-r--r--components/mailviewer/qml/MailViewer.qml1
-rw-r--r--components/mailviewer/qml/SignaturePart.qml4
4 files changed, 9 insertions, 2 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 }
diff --git a/components/mailviewer/qml/MailPart.qml b/components/mailviewer/qml/MailPart.qml
index ad51a7ba..30bf1ee0 100644
--- a/components/mailviewer/qml/MailPart.qml
+++ b/components/mailviewer/qml/MailPart.qml
@@ -42,5 +42,6 @@ Item {
42 spacing: 5 42 spacing: 5
43 height: contentHeight 43 height: contentHeight
44 width: parent.width - 10 44 width: parent.width - 10
45 interactive: false
45 } 46 }
46} 47}
diff --git a/components/mailviewer/qml/MailViewer.qml b/components/mailviewer/qml/MailViewer.qml
index 86a96913..265c5bee 100644
--- a/components/mailviewer/qml/MailViewer.qml
+++ b/components/mailviewer/qml/MailViewer.qml
@@ -42,5 +42,6 @@ Item {
42 spacing: 5 42 spacing: 5
43 height: contentHeight 43 height: contentHeight
44 width: parent.width - 10 44 width: parent.width - 10
45 interactive: false
45 } 46 }
46} 47}
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 }