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 f24c1d2e..22c11890 100644 --- a/components/mailviewer/qml/SignaturePart.qml +++ b/components/mailviewer/qml/SignaturePart.qml | |||
@@ -49,7 +49,7 @@ Item { | |||
49 | border { left: 10; top: 10; right: 10; bottom: 10 } | 49 | border { left: 10; top: 10; right: 10; bottom: 10 } |
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" |
53 | ListView { | 53 | ListView { |
54 | model: visualModel | 54 | model: visualModel |
55 | anchors { | 55 | anchors { |