summaryrefslogtreecommitdiffstats
path: root/components/mailviewer/qml/EncryptionPart.qml
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2016-11-05 15:36:21 +0100
committerMichael Bohlender <michael.bohlender@kdemail.net>2016-11-05 15:36:21 +0100
commitceddb204097cf46e3d62d0cdd9e6291203b50685 (patch)
tree90e7411613ef2cb46ab00fdf67b488a6fdd49025 /components/mailviewer/qml/EncryptionPart.qml
parent3062b2ca467a0b428827ffbe93de3ba86ec15a5e (diff)
downloadkube-ceddb204097cf46e3d62d0cdd9e6291203b50685.tar.gz
kube-ceddb204097cf46e3d62d0cdd9e6291203b50685.zip
add securety border images made by jens
Diffstat (limited to 'components/mailviewer/qml/EncryptionPart.qml')
-rw-r--r--components/mailviewer/qml/EncryptionPart.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/mailviewer/qml/EncryptionPart.qml b/components/mailviewer/qml/EncryptionPart.qml
index 06bc5920..84f4f89d 100644
--- a/components/mailviewer/qml/EncryptionPart.qml
+++ b/components/mailviewer/qml/EncryptionPart.qml
@@ -47,7 +47,7 @@ Item {
47 BorderImage { 47 BorderImage {
48 width: parent.width 48 width: parent.width
49 height: childrenRect.height + 40 49 height: childrenRect.height + 40
50 border { left: 10; top: 10; right: 10; bottom: 10 } 50 border { left: 5; top: 5; right: 6; bottom: 6 }
51 horizontalTileMode: BorderImage.Round 51 horizontalTileMode: BorderImage.Round
52 verticalTileMode: BorderImage.Round 52 verticalTileMode: BorderImage.Round
53 53