1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-21 18:23:59 +00:00
emacs/etc/images/custom/down.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
250 B
C

/* XPM */
static char * down_xpm[] = {
"8 12 4 1",
" c none",
". c gray90",
"X c gray45",
"O c gray75",
"........",
".OOOOOOX",
" .OOOOX ",
" .OOOOX ",
" .OOX ",
" .OOX ",
" OX ",
" OX ",
" ",
" ",
" ",
" "};