1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-31 20:02:42 +00:00
emacs/etc/images/custom/down-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
257 B
C

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