1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-03 11:33:37 +00:00
emacs/etc/images/custom/right-pushed.xpm
Chong Yidong 6fd060bfb8 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.
2010-02-16 09:28:41 -05:00

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 ",
" ",
" ",
" ",
" "};