diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-12-15 04:36:05 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-12-15 04:36:05 +0800 |
commit | 20540b0ae237db3d35ab9148638ebbaf651fa78a (patch) | |
tree | 128f3379ea93be3b699fd1acb1a2b7622241183e /art | |
parent | 22d1a8aaec881425b501848a07dd93ddddfe0427 (diff) | |
download | gsoc2013-evolution-20540b0ae237db3d35ab9148638ebbaf651fa78a.tar.gz gsoc2013-evolution-20540b0ae237db3d35ab9148638ebbaf651fa78a.tar.zst gsoc2013-evolution-20540b0ae237db3d35ab9148638ebbaf651fa78a.zip |
Moved these images each up one pixel.
2000-12-14 Christopher James Lahey <clahey@helixcode.com>
* art/mail-new.xpm, art/mail-read.xpm, art/mail-replied.xpm: Moved
these images each up one pixel.
svn path=/trunk/; revision=7027
Diffstat (limited to 'art')
-rw-r--r-- | art/mail-new.xpm | 2 | ||||
-rw-r--r-- | art/mail-read.xpm | 2 | ||||
-rw-r--r-- | art/mail-replied.xpm | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/art/mail-new.xpm b/art/mail-new.xpm index dee13fb6b3..767ec6366f 100644 --- a/art/mail-new.xpm +++ b/art/mail-new.xpm @@ -52,7 +52,6 @@ static char * mail_new_xpm[] = { " ", " ", " ", -" ", " .+......... ", " .@#########$. ", " .#%&*#*=*-;>. ", @@ -64,4 +63,5 @@ static char * mail_new_xpm[] = { " .cdeeedffghi. ", " ........... ", " ", +" ", " "}; diff --git a/art/mail-read.xpm b/art/mail-read.xpm index 81bcdf8fd3..b4e3160ab4 100644 --- a/art/mail-read.xpm +++ b/art/mail-read.xpm @@ -52,7 +52,6 @@ static char * mail_read_xpm[] = { "j c #DAD7D1", "k c #E0DCD5", "l c #222221", -" ", " ..... ", " .+++++. ", " .++++++@. ", @@ -67,4 +66,5 @@ static char * mail_read_xpm[] = { " .fghhhi++jkl. ", " ........... ", " ", +" ", " "}; diff --git a/art/mail-replied.xpm b/art/mail-replied.xpm index 9b398da7e0..06f4a7420a 100644 --- a/art/mail-replied.xpm +++ b/art/mail-replied.xpm @@ -37,7 +37,6 @@ static char * mail_replied_xpm[] = { " ", " ", " ", -" ", " .+......... ", " .@#########$. ", " .#%&*#*=*-;>. ", @@ -49,4 +48,5 @@ static char * mail_replied_xpm[] = { " .<[}}'!]^]]|/' ", " ....'!^^^12/' ", " '!//////3 ", -" ''4'''''' "}; +" ''4'''''' ", +" "}; |