diff etc/images/custom/right-pushed.xpm @ 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 b0ca8a5b94ae
children
line wrap: on
line diff
--- 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      ",
+"        ",
+"        ",
+"        ",
+"        "};