commit 8780b1f666b6c6ba0edbd12b597cceede8d18bde
parent e6aa8837949636cb1c8540074b87e26907022c05
Author: Ricardo Mones <ricardo@mones.org>
Date: Thu, 1 Oct 2015 00:16:27 +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.
Diffstat:
1 file changed, 17 insertions(+), 25 deletions(-)
diff --git 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"};