mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-03 11:33:37 +00:00
6fd060bfb8
* 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.
20 lines
258 B
C
20 lines
258 B
C
/* XPM */
|
|
static char * right_pushed_xpm[] = {
|
|
"8 12 4 1",
|
|
" c none",
|
|
". c gray45",
|
|
"X c gray90",
|
|
"O c gray60",
|
|
".. ",
|
|
"..O. ",
|
|
"..OOO. ",
|
|
"..OOOOOX",
|
|
"..OOOOXX",
|
|
"..OOXX ",
|
|
"..XX ",
|
|
"OO ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" "};
|