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 114920 - Panel menu should use 32x32 icons
Panel menu should use 32x32 icons
Status: RESOLVED FIXED
Product: gnome-panel
Classification: Other
Component: general
2.3.x
Other Linux
: Normal normal
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-06-11 10:47 UTC by Mark Finlay
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch from xd2 to make the panel icons 32x32 (562 bytes, patch)
2003-06-29 16:34 UTC, Mark Finlay
none Details | Review
Screenshot of menu in HEAD with this patch applied (33.09 KB, image/png)
2003-06-29 16:42 UTC, Mark Finlay
  Details

Description Mark Finlay 2003-06-11 10:47:17 UTC
Currently the panel uses 24x24 icons, but XD2 uses 32x32 icons and I think there 
is a definate usability benefit to using the larger icons. 
 
* It is easier to visually scan the menu 
* You never really want to do anything with the rest of the screen at the same 
time as using the applications menu so we might as well use the screen space. 
* It will force us to keep the menus clean and short.
Comment 1 Mark McLoughlin 2003-06-11 11:24:11 UTC
We did have this at one point :-) See: 

http://mail.gnome.org/archives/gnome-hackers/2002-February/thread.html#00172

Could you start a discussion on d-d-l list about this ?

I have no problem with making them bigger, but how do we decide on
what size is the optimal size ?
Comment 2 Mark Finlay 2003-06-11 20:57:20 UTC
Well we really only have the icons in the icon theme to choose from
IMHO. Currently we use 24x24 don't we? or is it smaller?

The options are: 12x12, 24x24, 32x32. 36x36, 48x48 (Nautilus icon size)
I think 32x32 is the best...

ps. to try this out add the following line to the gtkrc of the theme
you are using:
gtk-icon-sizes = "panel-menu=32,32"
Comment 3 Havoc Pennington 2003-06-11 21:09:23 UTC
I think we moved to 24x24 in Red Hat because all the .desktop files
have icons that are 48x48. Scaling to 24 thus looks much better than
scaling to other sizes. Probably not the most important factor, but
some sort 
of factor.
Comment 4 Mark Finlay 2003-06-11 21:14:14 UTC
We have plans on adding 32x32 icons to the icon theme,
Ximain uses them, and we are merging quite a lot of
their icons. And for other icons we can just add
32x32 where applicable.

As for themes that don't have 32x32 icons, they'll work
and should look good enough.
Comment 5 Luca Ferretti 2003-06-12 15:25:26 UTC
And build up a good 32x32 icon is more simple then a 24x24 one :-)

Besides can we add a GConf key just like toolbar_deatachable? If I'm
righ it should be a gtk(rc) option managed via gconf, So if 24x24 if
bigger for your screen resolution you can change it and keep ot in all
themes (and 32x32 -> 24x24 looks better IMHO :-))
Comment 6 Mark Finlay 2003-06-16 19:49:20 UTC
The thread on desktop-devel mailing list related to this is here:
http://mail.gnome.org/archives/desktop-devel-list/2003-June/msg00349.html

There wasn't much of a dicsussion but the general consensus was to
change it to 32x32 but to have a gconf option to revert to what
we currently use.

Another issue brought up was whether or not we should have the 
icon size automatically change depending on the resolution, but 
I think that this would be confusing.
Comment 7 Mark Finlay 2003-06-29 16:34:36 UTC
Created attachment 17898 [details] [review]
Patch from xd2 to make the panel icons 32x32
Comment 8 Mark Finlay 2003-06-29 16:42:28 UTC
Created attachment 17899 [details]
Screenshot of menu in HEAD with this patch applied
Comment 9 Mark Finlay 2003-06-29 16:48:57 UTC
There are almost 50 32x32 icons gone into gnome-icon-theme head,
and more will be provided by the artists if we do make this change,
which resolves the scaling issue. As can be seen in the screenshot
some of the icons are 32x32 and some are fuzzy because they are being
scaled down.

If this is likely to be applied before 2.4 I would humbly request that
it be done sooner rather than later so that the artists have a chance
to add 32x32 versions of all the icons in the menus.

I'm going away on wednesday so if you want me to follow this up any
more I'm avaliable before then. If this change is made after that
please e-mail gnome-themes-list to let the artists know.
Comment 10 Mark McLoughlin 2003-07-11 08:48:29 UTC
I'm leaning towards going with 24x24 for 2.4 and seeing how its
received. I'm just worried that 32x32 is excessive on small
resolutions. I'm also loathe to add a GConf key for this just yet.

2003-07-11  Mark McLoughlin  <mark@skynet.ie>
                                                                     
                                                       
        * panel-stock-icons.h: change the default icon
        size to 24x24. See bug #114920.