GNOME Bugzilla – Bug 164874
gnome-panel places menu stretches icons instead of aspect ratio scaling
Last modified: 2005-01-23 17:36:57 UTC
Choose a theme with non-square shaped icons. Open up places menu. Note the stretched icons.
Created attachment 36361 [details] [review] A solution to the problem.
Created attachment 36362 [details] An example problem theme.
Thanks, 2005-01-23 Vincent Untz <vincent@vuntz.net> * menu.c: (panel_make_menu_icon): only scale the icon if the height *and* (and not *or*) the width don't have the expected size and keep the aspect ratio when we scale the icon. Fix bug #164874.