afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)
afuna ([personal profile] afuna) wrote in [site community profile] changelog2009-05-12 07:35 pm

[dw-free] Wrong image size for the freeze buttons on comments in site scheme pages

[commit: http://hg.dwscoalition.org/dw-free/rev/538ec4e48a3d]

http://bugs.dwscoalition.org/show_bug.cgi?id=1138

Don't grow image

Patch by [personal profile] snakeling.

Files modified:
  • cgi-bin/imageconf.pl
--------------------------------------------------------------------------------
diff -r 6bbea26c812d -r 538ec4e48a3d cgi-bin/imageconf.pl
--- a/cgi-bin/imageconf.pl	Tue May 12 19:08:38 2009 +0000
+++ b/cgi-bin/imageconf.pl	Tue May 12 19:35:12 2009 +0000
@@ -35,8 +35,8 @@ use vars qw(%img);
 
 $img{'btn_freeze'} = {
     'src' => '/silk/comments/freeze.png',
-    'width' => 22,
-    'height' => 20,
+    'width' => 16,
+    'height' => 16,
     'alt' => 'img.btn_freeze',
 };
 
--------------------------------------------------------------------------------