[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
snakeling.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1138
Don't grow image
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
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', }; --------------------------------------------------------------------------------