[Bug 541472] Re: Menu icons should not be 16x16 px

2012-09-18 Thread Matthew Paul Thomas
** Description changed: - Icons in menus should not use the GTK constant GTK_ICON_SIZE_MENU and - should instead have a size calculated based on the ascent and descent - size from the font. Algorithm to be provided by design. + The messaging menu and system menu currently use GTK_ICON_SIZE_MENU

[Bug 541472] Re: Menu icons should not be 16x16 px

2012-09-18 Thread Conscious User
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