On Mon, 02 May 2011 10:24:40 +0200, A.L.E.C wrote:
I use (and develop) the skin Groupvice4. I've just upgraded to v0.5.2 and noticed that the buttons for the plugins Archive and MarkAsJunk have code in the plugin which is skin unaware:
'width' => 32, 'height' => 32,
The cause of the problem are these width and the height values. why are they added? Can this be fixed?
Hardcoded heights and widths in the code are not a nice workaround to support an ancient browser. This breaks the skin-awareness for these plugins.