view pixmaps/tb_drag_arrow_up.xpm @ 10125:ee50e4797352

[gaim-migrate @ 11162] I fixed the problem described in patch 1038166 in a slightly different way. While I was at it I got carried away and made it not show size and stuff in the dialog. The way I did it is probably very evil, and someone will probably revert it. Just delete the realize_ function. But this is HEAD, so we can try it anyway. committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Tue, 19 Oct 2004 04:39:55 +0000
parents 5fb47ec9bfe4
children 87e95b8ce60b
line wrap: on
line source

/* XPM */
static const char * arrow_up_xpm[] = {
"13 16 2 1",
" 	c None",
".	c #FF0000",
"      .      ",
"     ...     ",
"    .....    ",
"   .......   ",
"  .........  ",
" ........... ",
".............",
"     ...     ",
"     ...     ",
"     ...     ",
"     ...     ",
"     ...     ",
"     ...     ",
"     ...     ",
"     ...     ",
"     ...     "};