[Commits] [SCM] claws branch, master, updated. 3.12.0-94-g8780b1f
mones at claws-mail.org
mones at claws-mail.org
Thu Oct 1 22:08:02 CEST 2015
The branch, master has been updated
via 8780b1f666b6c6ba0edbd12b597cceede8d18bde (commit)
from e6aa8837949636cb1c8540074b87e26907022c05 (commit)
Summary of changes:
src/pixmaps/vcard.xpm | 42 +++++++++++++++++-------------------------
1 file changed, 17 insertions(+), 25 deletions(-)
- Log -----------------------------------------------------------------
commit 8780b1f666b6c6ba0edbd12b597cceede8d18bde
Author: Ricardo Mones <ricardo at mones.org>
Date: Thu Oct 1 00:16:27 2015 +0200
Fix bug #3516 ‘vCard icon misplaced’
The icon was too big for the tree. Surrounding whitespace has been
removed to fit at least as better as the others used on the AddressBook.
diff --git a/src/pixmaps/vcard.xpm b/src/pixmaps/vcard.xpm
index 2595dc3..e764404 100644
--- a/src/pixmaps/vcard.xpm
+++ b/src/pixmaps/vcard.xpm
@@ -1,6 +1,6 @@
/* XPM */
static char * vcard_xpm[] = {
-"24 24 71 1",
+"22 16 71 1",
" c None",
". c #959595",
"+ c #000000",
@@ -72,27 +72,19 @@ static char * vcard_xpm[] = {
"D c #E4E4E4",
"E c #848484",
"F c #656565",
-" ",
-" ",
-" ",
-" ",
-" .++++++++++++++++++++@ ",
-" +##################$#+ ",
-" +#%%%%%&&&*****===--;+ ",
-" +#%>>,')>&****==----;+ ",
-" +#%>>!++,**~={=>----]+ ",
-" +#%>>^/+(**_:<:[}||1]+ ",
-" +#%>>^2+'**{=----1113+ ",
-" +#&>456+7**=----11183+ ",
-" +#&90abcd=*:e{fgh|i8j+ ",
-" +#&0kklmn=*---111888o+ ",
-" +#*****===*f}phqrsitu+ ",
-" +#*vvv=|>-*-111888ttw+ ",
-" +#*vxe=q--*h1g.siiiyw+ ",
-" +#*===----11888tttyyz+ ",
-" +;AABCCD;]]33joouwwz;+ ",
-" E++++++++++++++++++++F ",
-" ",
-" ",
-" ",
-" "};
+".++++++++++++++++++++@",
+"+##################$#+",
+"+#%%%%%&&&*****===--;+",
+"+#%>>,')>&****==----;+",
+"+#%>>!++,**~={=>----]+",
+"+#%>>^/+(**_:<:[}||1]+",
+"+#%>>^2+'**{=----1113+",
+"+#&>456+7**=----11183+",
+"+#&90abcd=*:e{fgh|i8j+",
+"+#&0kklmn=*---111888o+",
+"+#*****===*f}phqrsitu+",
+"+#*vvv=|>-*-111888ttw+",
+"+#*vxe=q--*h1g.siiiyw+",
+"+#*===----11888tttyyz+",
+"+;AABCCD;]]33joouwwz;+",
+"E++++++++++++++++++++F"};
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list