[Commits] [SCM] claws branch, master, updated. 3.13.2-187-gbbae17b
mones at claws-mail.org
mones at claws-mail.org
Wed Jul 20 19:02:21 CEST 2016
The branch, master has been updated
via bbae17b7dfbcd8850f5383583d656d903252989c (commit)
from 6b72b031256232bc357dd7d5129b3c8413333049 (commit)
Summary of changes:
src/pixmaps/down_arrow.xpm | 42 +++++++++++++++++++++++++-----------------
src/pixmaps/up_arrow.xpm | 42 +++++++++++++++++++++++++-----------------
2 files changed, 50 insertions(+), 34 deletions(-)
- Log -----------------------------------------------------------------
commit bbae17b7dfbcd8850f5383583d656d903252989c
Author: Ricardo Mones <ricardo at mones.org>
Date: Wed Jul 20 19:01:33 2016 +0200
Restore also size of toolbar arrows
Thanks Paul for pointing those out!
diff --git a/src/pixmaps/down_arrow.xpm b/src/pixmaps/down_arrow.xpm
index b392e70..e0e4d98 100644
--- 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
index 3f006ac..bbe6dcc 100644
--- 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",
-" ",
-" . ",
-" .+. ",
-" @#$%. ",
-" .&*=-%. ",
-" .&;;;--%. ",
-" .>,'=;---%. ",
-" ....)!;-~.... ",
-" .){{-~. ",
-" .);!-~. ",
-" .];!-~. ",
-" .^=,-~. ",
-" ./{(_:. ",
-" ....... ",
-" ",
-" "};
+" ",
+" ",
+" ",
+" ",
+" ",
+" . ",
+" .+. ",
+" @#$%. ",
+" .&*=-%. ",
+" .&;;;--%. ",
+" .>,'=;---%. ",
+" ....)!;-~.... ",
+" .){{-~. ",
+" .);!-~. ",
+" .];!-~. ",
+" .^=,-~. ",
+" ./{(_:. ",
+" ....... ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" "};
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list