annotate pixmaps/tb_drag_arrow_up.xpm @ 12232:375f1f3817a8
[gaim-migrate @ 14534]
Displaying large logs is slow. Let's show the busy cursor whenever possible. This currently doesn't show the busy cursor over the IMHTMLs in a conversation window even though I set a busy cursor for the conversation window. I looked into fixing that, but I'm not sure exactly what the best way to deal with it is.
committer: Tailor Script <tailor@pidgin.im>
author |
Richard Laager <rlaager@wiktel.com> |
date |
Sun, 27 Nov 2005 03:20:35 +0000 |
parents |
5fb47ec9bfe4 |
children |
87e95b8ce60b |
rev |
line source |
4359
|
1 /* XPM */
|
|
2 static const char * arrow_up_xpm[] = {
|
|
3 "13 16 2 1",
|
|
4 " c None",
|
|
5 ". c #FF0000",
|
|
6 " . ",
|
|
7 " ... ",
|
|
8 " ..... ",
|
|
9 " ....... ",
|
|
10 " ......... ",
|
|
11 " ........... ",
|
|
12 ".............",
|
|
13 " ... ",
|
|
14 " ... ",
|
|
15 " ... ",
|
|
16 " ... ",
|
|
17 " ... ",
|
|
18 " ... ",
|
|
19 " ... ",
|
|
20 " ... ",
|
|
21 " ... "};
|