Mercurial > emacs
changeset 107166:87681b1f74ce
Small edit to custom images for better text alignment.
* etc/images/custom/down-pushed.xpm, etc/images/custom/down.xpm:
* etc/images/custom/right-pushed.xpm:
* etc/images/custom/right-pushed.xpm: Increase height by four
pixels, to improve text alignment.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Tue, 16 Feb 2010 09:28:41 -0500 |
parents | 4d9e7dad66a0 |
children | f6b8c73548b3 |
files | etc/ChangeLog etc/images/custom/down-pushed.xpm etc/images/custom/down.xpm etc/images/custom/right-pushed.xpm etc/images/custom/right.xpm |
diffstat | 5 files changed, 31 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/ChangeLog Tue Feb 16 09:23:44 2010 -0500 +++ b/etc/ChangeLog Tue Feb 16 09:28:41 2010 -0500 @@ -1,3 +1,10 @@ +2010-02-14 Chong Yidong <cyd@stupidchicken.com> + + * etc/images/custom/down-pushed.xpm, etc/images/custom/down.xpm: + * etc/images/custom/right-pushed.xpm: + * etc/images/custom/right-pushed.xpm: Increase height by four + pixels, to improve text alignment. + 2010-01-16 Mario Lang <mlang@delysid.org> * srecode/doc-cpp.srt, srecode/doc-default.srt:
--- a/etc/images/custom/down-pushed.xpm Tue Feb 16 09:23:44 2010 -0500 +++ b/etc/images/custom/down-pushed.xpm Tue Feb 16 09:28:41 2010 -0500 @@ -1,6 +1,6 @@ /* XPM */ static char * down_pushed_xpm[] = { -"8 8 4 1", +"8 12 4 1", " c none", ". c gray45", "X c gray90", @@ -12,4 +12,8 @@ " .OOX ", " .OOX ", " OX ", -" OX "}; +" OX ", +" ", +" ", +" ", +" "};
--- a/etc/images/custom/down.xpm Tue Feb 16 09:23:44 2010 -0500 +++ b/etc/images/custom/down.xpm Tue Feb 16 09:28:41 2010 -0500 @@ -1,6 +1,6 @@ /* XPM */ static char * down_xpm[] = { -"8 8 4 1", +"8 12 4 1", " c none", ". c gray90", "X c gray45", @@ -12,4 +12,8 @@ " .OOX ", " .OOX ", " OX ", -" OX "}; +" OX ", +" ", +" ", +" ", +" "};
--- a/etc/images/custom/right-pushed.xpm Tue Feb 16 09:23:44 2010 -0500 +++ b/etc/images/custom/right-pushed.xpm Tue Feb 16 09:28:41 2010 -0500 @@ -1,6 +1,6 @@ /* XPM */ static char * right_pushed_xpm[] = { -"8 8 4 1", +"8 12 4 1", " c none", ". c gray45", "X c gray90", @@ -12,4 +12,8 @@ "..OOOOXX", "..OOXX ", "..XX ", -"OO "}; +"OO ", +" ", +" ", +" ", +" "};
--- a/etc/images/custom/right.xpm Tue Feb 16 09:23:44 2010 -0500 +++ b/etc/images/custom/right.xpm Tue Feb 16 09:28:41 2010 -0500 @@ -1,6 +1,6 @@ /* XPM */ static char * right_xpm[] = { -"8 8 4 1", +"8 12 4 1", " c none", ". c gray90", "X c gray45", @@ -12,4 +12,8 @@ "..OOOOXX", "..OOXX ", "..XX ", -"OO "}; +"OO ", +" ", +" ", +" ", +" " };