Comment 15 for bug 57626

Revision history for this message
Marius Gedminas (mgedmin) wrote : Re: Network Monitor Icons look stretched out on 1280x768 resolution

I get it now: gnome-netstatus takes the largest available icon and scales it vertically, without keeping the aspect ratio. See src/netstatus-icon.c, the code of netstatus_icon_scale_icons (passes retain_aspect=FALSE to scale_pixbuf when scaling signal icons) and netstatus_icon_lookup_icon_theme (passes 1000 as the desired size to gtk_icon_theme_lookup_icon to get the biggest one).