diff options
Diffstat (limited to 'components/mailviewer/qml/EncryptionPart.qml')
-rw-r--r-- | components/mailviewer/qml/EncryptionPart.qml | 2 |
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 | ||