Comment 6 for bug 541472

Revision history for this message
Conscious User (conscioususer) wrote : Re: Menu icons should not be 16x16 px

I'm not 100% sure on this, but this might not be very easy to patch. If I remember correctly, icon sizes are read just once and never again. I think simply changing the constant would work for *new* icons, but wouldn't auto-resize the ones already rendered.

It's worth mentioning that the GNOME HIG itself hardcodes icon sizes:

http://developer.gnome.org/hig-book/3.5/icons-types.html.en

so I wouldn't be surprised if implementing auto-resizing is not very easy.