talons

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

commit 147fa58416dd5a07a81c3d5e9d4ff4e48dd5f34c
parent 60112408010c42ac8e028d05dfefed55428fd04e
Author: Ricardo Mones <ricardo@mones.org>
Date:   Wed,  8 Feb 2017 20:22:14 +0100

Set same size as its companions (new and unread)

Diffstat:
Msrc/pixmaps/read.xpm | 24+++++++++++++-----------
1 file changed, 13 insertions(+), 11 deletions(-)

diff --git a/src/pixmaps/read.xpm b/src/pixmaps/read.xpm @@ -1,6 +1,6 @@ /* XPM */ static char * read_xpm[] = { -"13 10 29 1", +"15 12 29 1", " c None", ". c #161616", "+ c #4D4D4D", @@ -30,13 +30,15 @@ static char * read_xpm[] = { "[ c #AAAAAA", "} c #D4D4D4", "| c #2D2D2D", -" ........... ", -".+@@@##@@##$.", -".#+##@%#%#+&.", -".#*+@##@#+=-.", -".@##+@#@;>==.", -".,@>+'#)+#,!.", -".@%+#@+#,+~{.", -".#+%#@]%,^$/.", -".+{{(_^:<[}|.", -" ........... "}; +" ", +" ........... ", +" .+@@@##@@##$. ", +" .#+##@%#%#+&. ", +" .#*+@##@#+=-. ", +" .@##+@#@;>==. ", +" .,@>+'#)+#,!. ", +" .@%+#@+#,+~{. ", +" .#+%#@]%,^$/. ", +" .+{{(_^:<[}|. ", +" ........... ", +" "};