# HG changeset patch # User Chong Yidong # Date 1266330521 18000 # Node ID 87681b1f74ce737f5b304d81f8f9f9faf104faa1 # Parent 4d9e7dad66a00320943906cbdffe8e23d6f20553 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. diff -r 4d9e7dad66a0 -r 87681b1f74ce etc/ChangeLog --- 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 + + * 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 * srecode/doc-cpp.srt, srecode/doc-default.srt: diff -r 4d9e7dad66a0 -r 87681b1f74ce etc/images/custom/down-pushed.xpm --- 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 ", +" ", +" ", +" ", +" "}; diff -r 4d9e7dad66a0 -r 87681b1f74ce etc/images/custom/down.xpm --- 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 ", +" ", +" ", +" ", +" "}; diff -r 4d9e7dad66a0 -r 87681b1f74ce etc/images/custom/right-pushed.xpm --- 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 ", +" ", +" ", +" ", +" "}; diff -r 4d9e7dad66a0 -r 87681b1f74ce etc/images/custom/right.xpm --- 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 ", +" ", +" ", +" ", +" " };