From 8780b1f666b6c6ba0edbd12b597cceede8d18bde Mon Sep 17 00:00:00 2001 From: Ricardo Mones Date: Thu, 1 Oct 2015 00:16:27 +0200 Subject: [PATCH] =?utf8?q?Fix=20bug=20#3516=20=E2=80=98vCard=20icon=20misp?= =?utf8?q?laced=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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. --- src/pixmaps/vcard.xpm | 42 +++++++++++++++++------------------------- 1 file changed, 17 insertions(+), 25 deletions(-) diff --git a/src/pixmaps/vcard.xpm b/src/pixmaps/vcard.xpm index 2595dc310..e764404b7 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"}; -- 2.25.1