Mercurial > pidgin
view pixmaps/tb_refresh.xpm @ 6042:460b4ba2d452
[gaim-migrate @ 6492]
This fixes http://sourceforge.net/tracker/index.php?func=detail&aid=761532&group_id=235&atid=100235
It basically puts the cap on the max font size at 100. I thought this was
done a while ago, but maybe not?
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sun, 06 Jul 2003 08:11:00 +0000 |
parents | 6f049002d963 |
children |
line wrap: on
line source
/* XPM */ static char *tb_refresh_xpm[] = { /* columns rows colors chars-per-pixel */ "24 24 10 1", " c black", ". c #37452b", "X c #004300550035", "o c #475937", "O c #4c603c", "+ c #526741", "@ c #566b43", "# c #5a7046", "$ c #5c7449", "% c None", /* pixels */ "%%%%%%%%%%%%%%%%%%%%%%%%", "%%%%%%%%%%%%%%%%%%%%%%%%", "%%%%%%%%%%%%%%%%%%%%%%%%", "%%%%%%%%%%%%%%%%%%%%%%%%", "%%%%%%%%%%% %%%%%%%%%%%%", "%%%%%%%%%% %%%%%%%%%%%%", "%%%%%%%%% @O %%%%%%%%%", "%%%%%%%% +#++OX %%%%%%%", "%%%%%%%%% @+ XX %%%%%%", "%%%%%%% %% %%% . %%%%%%", "%%%%%% %%%% %%%% . %%%%%", "%%%%% %%%%%%%%%% %%%%%", "%%%%% %%%%%%%%%% %%%%%", "%%%%% X %%%% %%%% %%%%%%", "%%%%%% X %%% %% %%%%%%%", "%%%%%% XO +o %%%%%%%%%", "%%%%%%% ++$+O+ %%%%%%%%", "%%%%%%%%% OX %%%%%%%%%", "%%%%%%%%%%%% %%%%%%%%%%", "%%%%%%%%%%%% %%%%%%%%%%%", "%%%%%%%%%%%%%%%%%%%%%%%%", "%%%%%%%%%%%%%%%%%%%%%%%%", "%%%%%%%%%%%%%%%%%%%%%%%%", "%%%%%%%%%%%%%%%%%%%%%%%%" };