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 340457 - Setting toolbar icon size in preferences dialog?
Setting toolbar icon size in preferences dialog?
Status: RESOLVED WONTFIX
Product: gnome-control-center
Classification: Core
Component: [obsolete] theme-manager
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: Thomas Wood
Control-Center Maintainers
Depends on: 401030
Blocks: 442168
 
 
Reported: 2006-05-02 21:16 UTC by Donald Straney
Modified: 2008-04-11 16:23 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Donald Straney 2006-05-02 21:16:20 UTC
According to the GTK documentation, applications should not set the size of icons in the toolbar but should respect the user's preferences.  However, I can't find any easy way to set the tool button icon size, and personally I'd like to shrink them slightly.  Maybe a spin button (or drop-down list for preset sizes) in the 'Menus and Toolbars' preferences dialog would fix this?
Comment 1 Calum Benson 2007-01-26 11:32:52 UTC
Yeah, you can do this in the theme's .gtkrc file, but we have no GUI at present.  In fact there are various icon sizes that it might be nice to tweak, some Sun customers have requested this too.

Looking at the High Contrast Large Print theme, we have:

mini-commander-icon=24,24 (is this still used?)
print-manager=64,64 (this might be Sun-specific, can't remember)
panel-button=32,32
gtk-dnd=48,48
gtk-menu=32,32
panel-menu=48,48
gtk-large-toolbar=48,48
gtk-small-toolbar=32,32
gtk-button=32,32
gtk-dialog=64,64

I rather doubt you'd want to edit all of these individually, though, as many of them are usually set to the same size as each other anyway.  Maybe it would be nice if gtk+ just moved towards a notion of 'small', 'medium' and 'large' icons; then a theme (and a UI) could just set those three sizes.
Comment 2 Thomas Wood 2007-01-27 10:45:26 UTC
I think anything about setting the toolbar icon size will depend on bug 401030 being fixed first.
Comment 3 Thomas Wood 2007-07-02 21:49:24 UTC
*** Bug 442168 has been marked as a duplicate of this bug. ***
Comment 4 Thomas Wood 2008-04-11 16:23:28 UTC
After further thought, I don't think this is an option we want to implement in
gnome-control-center. Now that gnome-settings-daemon is extendable via plugins,
it would be easy for a third party application to implement this feature.