After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 164874 - gnome-panel places menu stretches icons instead of aspect ratio scaling
gnome-panel places menu stretches icons instead of aspect ratio scaling
Status: RESOLVED FIXED
Product: gnome-panel
Classification: Other
Component: panel
git master
Other Linux
: Normal normal
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-01-22 01:54 UTC by cms
Modified: 2005-01-23 17:36 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10


Attachments
A solution to the problem. (792 bytes, patch)
2005-01-22 01:55 UTC, cms
none Details | Review
An example problem theme. (22.29 KB, image/png)
2005-01-22 01:55 UTC, cms
  Details

Description cms 2005-01-22 01:54:09 UTC
Choose a theme with non-square shaped icons.
Open up places menu.
Note the stretched icons.
Comment 1 cms 2005-01-22 01:55:00 UTC
Created attachment 36361 [details] [review]
A solution to the problem.
Comment 2 cms 2005-01-22 01:55:47 UTC
Created attachment 36362 [details]
An example problem theme.
Comment 3 Vincent Untz 2005-01-23 17:36:57 UTC
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.