view pixmaps/arrow_right.xpm @ 4953:ec3830b344f2

[gaim-migrate @ 5287] Most people seem to love the new top-to-bottom conversation layout style as much as I do! But, there are a few people who say they prefer it better the old way. They say it feels "backwards". Hopefully this style will help them get better adjusted to it. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Tue, 01 Apr 2003 21:02:46 +0000
parents bb7527b5f426
children
line wrap: on
line source

/* XPM */
static char * arrow_right_xpm[] = {
"11 11 3 1",
" 	c None",
".	c #000000",
"+	c #FFFFFF",
"   .       ",
"   ..      ",
"   .+.     ",
"   .++.    ",
"   .+++.   ",
"   .++++.  ",
"   .+++.   ",
"   .++.    ",
"   .+.     ",
"   ..      ",
"   .       "};