* 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-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:
/* XPM */
static char * down_pushed_xpm[] = {
-"8 8 4 1",
+"8 12 4 1",
" c none",
". c gray45",
"X c gray90",
" .OOX ",
" .OOX ",
" OX ",
-" OX "};
+" OX ",
+" ",
+" ",
+" ",
+" "};
/* XPM */
static char * down_xpm[] = {
-"8 8 4 1",
+"8 12 4 1",
" c none",
". c gray90",
"X c gray45",
" .OOX ",
" .OOX ",
" OX ",
-" OX "};
+" OX ",
+" ",
+" ",
+" ",
+" "};
/* XPM */
static char * right_pushed_xpm[] = {
-"8 8 4 1",
+"8 12 4 1",
" c none",
". c gray45",
"X c gray90",
"..OOOOXX",
"..OOXX ",
"..XX ",
-"OO "};
+"OO ",
+" ",
+" ",
+" ",
+" "};
/* XPM */
static char * right_xpm[] = {
-"8 8 4 1",
+"8 12 4 1",
" c none",
". c gray90",
"X c gray45",
"..OOOOXX",
"..OOXX ",
"..XX ",
-"OO "};
+"OO ",
+" ",
+" ",
+" ",
+" " };