Mercurial > pidgin
view pixmaps/ok.xpm @ 4947:24c9a23df63b
[gaim-migrate @ 5281]
You'd think faceprint would have learned the dangers of static variables after
playing with normalize() ;)
This fixes scaling. The problem was that the size of the widget was being
stored in a static variable. Of course, there's more than one gtkimhtml, so
this managed to screw things up a bit.
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Tue, 01 Apr 2003 08:43:51 +0000 |
parents | a86882c351f0 |
children |
line wrap: on
line source
/* XPM */ static char * ok_xpm[] = { "24 24 18 1", " c None", ". c #000000", "+ c #B3C2A7", "@ c #708C58", "# c #859D71", "$ c #627B4D", "% c #97AB86", "& c #566C43", "* c #A2BD9E", "= c #789774", "- c #88AC84", "; c #5E764A", "> c #698566", ", c #6D8855", "' c #688251", ") c #668050", "! c #6D8956", "~ c #4F633E", " ", " ", " ", " ", " ", " ", " .. ", " .+@. ", " .#$. ", " .%@. ", " .. .#&. ", " .*=. .#@. ", " .--.. .@&. ", " .-=..;@. ", " .-->.,&. ", " .--'). ", " .-!~. ", " .--. ", " .>. ", " . ", " ", " ", " ", " "};