talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit bbae17b7dfbcd8850f5383583d656d903252989c
parent 6b72b031256232bc357dd7d5129b3c8413333049
Author: Ricardo Mones <ricardo@mones.org>
Date:   Wed, 20 Jul 2016 19:01:33 +0200

Restore also size of toolbar arrows

Thanks Paul for pointing those out!

Diffstat:
Msrc/pixmaps/down_arrow.xpm | 42+++++++++++++++++++++++++-----------------
Msrc/pixmaps/up_arrow.xpm | 42+++++++++++++++++++++++++-----------------
2 files changed, 50 insertions(+), 34 deletions(-)

diff --git a/src/pixmaps/down_arrow.xpm b/src/pixmaps/down_arrow.xpm @@ -1,6 +1,6 @@ /* XPM */ static char * down_arrow_xpm[] = { -"16 16 25 1", +"24 24 25 1", " c None", ". c #000000", "+ c #B5C9DC", @@ -26,19 +26,27 @@ static char * down_arrow_xpm[] = { "( c #5F8BB4", "_ c #95B2CE", ": c #4C79A3", -" ", -" ", -" ....... ", -" .+@#$%. ", -" .&*=-;. ", -" .>,'-;. ", -" .),'-;. ", -" .)@@-;. ", -" ....)',-;.... ", -" .!=~*,---{. ", -" .],,,--{. ", -" .]^*-{. ", -" /(_{. ", -" .:. ", -" . ", -" "}; +" ", +" ", +" ", +" ", +" ", +" ", +" ....... ", +" .+@#$%. ", +" .&*=-;. ", +" .>,'-;. ", +" .),'-;. ", +" .)@@-;. ", +" ....)',-;.... ", +" .!=~*,---{. ", +" .],,,--{. ", +" .]^*-{. ", +" /(_{. ", +" .:. ", +" . ", +" ", +" ", +" ", +" ", +" "}; diff --git a/src/pixmaps/up_arrow.xpm b/src/pixmaps/up_arrow.xpm @@ -1,6 +1,6 @@ /* XPM */ static char * up_arrow_xpm[] = { -"16 16 25 1", +"24 24 25 1", " c None", ". c #000000", "+ c #4C79A3", @@ -26,19 +26,27 @@ static char * up_arrow_xpm[] = { "( c #91B0CC", "_ c #49749C", ": c #456F96", -" ", -" . ", -" .+. ", -" @#$%. ", -" .&*=-%. ", -" .&;;;--%. ", -" .>,'=;---%. ", -" ....)!;-~.... ", -" .){{-~. ", -" .);!-~. ", -" .];!-~. ", -" .^=,-~. ", -" ./{(_:. ", -" ....... ", -" ", -" "}; +" ", +" ", +" ", +" ", +" ", +" . ", +" .+. ", +" @#$%. ", +" .&*=-%. ", +" .&;;;--%. ", +" .>,'=;---%. ", +" ....)!;-~.... ", +" .){{-~. ", +" .);!-~. ", +" .];!-~. ", +" .^=,-~. ", +" ./{(_:. ", +" ....... ", +" ", +" ", +" ", +" ", +" ", +" "};