diff options
Diffstat (limited to 'components/mailviewer/qml/SignaturePart.qml')
-rw-r--r-- | components/mailviewer/qml/SignaturePart.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/mailviewer/qml/SignaturePart.qml b/components/mailviewer/qml/SignaturePart.qml index 22c11890..0a2fe525 100644 --- a/components/mailviewer/qml/SignaturePart.qml +++ b/components/mailviewer/qml/SignaturePart.qml | |||
@@ -46,7 +46,7 @@ Item { | |||
46 | BorderImage { | 46 | BorderImage { |
47 | width: parent.width | 47 | width: parent.width |
48 | height: childrenRect.height + 40 | 48 | height: childrenRect.height + 40 |
49 | border { left: 10; top: 10; right: 10; bottom: 10 } | 49 | border { left: 5; top: 5; right: 6; bottom: 6 } |
50 | horizontalTileMode: BorderImage.Round | 50 | horizontalTileMode: BorderImage.Round |
51 | verticalTileMode: BorderImage.Round | 51 | verticalTileMode: BorderImage.Round |
52 | source: /* "securityborders"+ */ model.securityLevel +".png" | 52 | source: /* "securityborders"+ */ model.securityLevel +".png" |