diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-11-05 15:36:21 +0100 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-11-05 15:36:21 +0100 |
commit | ceddb204097cf46e3d62d0cdd9e6291203b50685 (patch) | |
tree | 90e7411613ef2cb46ab00fdf67b488a6fdd49025 /components/mailviewer/qml | |
parent | 3062b2ca467a0b428827ffbe93de3ba86ec15a5e (diff) | |
download | kube-ceddb204097cf46e3d62d0cdd9e6291203b50685.tar.gz kube-ceddb204097cf46e3d62d0cdd9e6291203b50685.zip |
add securety border images made by jens
Diffstat (limited to 'components/mailviewer/qml')
-rw-r--r-- | components/mailviewer/qml/EncryptionPart.qml | 2 | ||||
-rw-r--r-- | components/mailviewer/qml/GREEN.png | bin | 175 -> 148 bytes | |||
-rw-r--r-- | components/mailviewer/qml/GREY.png | bin | 170 -> 148 bytes | |||
-rw-r--r-- | components/mailviewer/qml/PURPLE.png | bin | 0 -> 149 bytes | |||
-rw-r--r-- | components/mailviewer/qml/RED.png | bin | 157 -> 148 bytes | |||
-rw-r--r-- | components/mailviewer/qml/SignaturePart.qml | 2 | ||||
-rw-r--r-- | components/mailviewer/qml/YELLOW.png | bin | 172 -> 149 bytes | |||
-rw-r--r-- | components/mailviewer/qml/securitybordersGRAY.png | bin | 734 -> 0 bytes | |||
-rw-r--r-- | components/mailviewer/qml/securitybordersGREEN.png | bin | 725 -> 0 bytes | |||
-rw-r--r-- | components/mailviewer/qml/securitybordersRED.png | bin | 725 -> 0 bytes | |||
-rw-r--r-- | components/mailviewer/qml/securitybordersYELLOW.png | bin | 735 -> 0 bytes |
11 files changed, 2 insertions, 2 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 | ||
diff --git a/components/mailviewer/qml/GREEN.png b/components/mailviewer/qml/GREEN.png index 0c89dfb4..03f97e60 100644 --- a/components/mailviewer/qml/GREEN.png +++ b/components/mailviewer/qml/GREEN.png | |||
Binary files differ | |||
diff --git a/components/mailviewer/qml/GREY.png b/components/mailviewer/qml/GREY.png index 2bdffc78..36037ac4 100644 --- a/components/mailviewer/qml/GREY.png +++ b/components/mailviewer/qml/GREY.png | |||
Binary files differ | |||
diff --git a/components/mailviewer/qml/PURPLE.png b/components/mailviewer/qml/PURPLE.png new file mode 100644 index 00000000..6946d4e5 --- /dev/null +++ b/components/mailviewer/qml/PURPLE.png | |||
Binary files differ | |||
diff --git a/components/mailviewer/qml/RED.png b/components/mailviewer/qml/RED.png index ba7250fb..0581bb19 100644 --- a/components/mailviewer/qml/RED.png +++ b/components/mailviewer/qml/RED.png | |||
Binary files differ | |||
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" |
diff --git a/components/mailviewer/qml/YELLOW.png b/components/mailviewer/qml/YELLOW.png index 4c39f874..ee4204da 100644 --- a/components/mailviewer/qml/YELLOW.png +++ b/components/mailviewer/qml/YELLOW.png | |||
Binary files differ | |||
diff --git a/components/mailviewer/qml/securitybordersGRAY.png b/components/mailviewer/qml/securitybordersGRAY.png deleted file mode 100644 index f8b768a8..00000000 --- a/components/mailviewer/qml/securitybordersGRAY.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/components/mailviewer/qml/securitybordersGREEN.png b/components/mailviewer/qml/securitybordersGREEN.png deleted file mode 100644 index 8de8c534..00000000 --- a/components/mailviewer/qml/securitybordersGREEN.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/components/mailviewer/qml/securitybordersRED.png b/components/mailviewer/qml/securitybordersRED.png deleted file mode 100644 index f28ed990..00000000 --- a/components/mailviewer/qml/securitybordersRED.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/components/mailviewer/qml/securitybordersYELLOW.png b/components/mailviewer/qml/securitybordersYELLOW.png deleted file mode 100644 index a40a8887..00000000 --- a/components/mailviewer/qml/securitybordersYELLOW.png +++ /dev/null | |||
Binary files differ | |||