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 302880 - Respect gtk-toolbar-icon-size
Respect gtk-toolbar-icon-size
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: GUI
git master
Other All
: Normal normal
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks: 301721
 
 
Reported: 2005-05-03 17:14 UTC by Dominic Lachowicz
Modified: 2005-05-07 16:06 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Dominic Lachowicz 2005-05-03 17:14:58 UTC
in your gtkrc, use these lines:

gtk-icon-sizes =
gtk-menu=14,14:gtk-small-toolbar=16,16:gtk-large-toolbar=24,24:gtk-dnd=32,32"
gtk-toolbar-icon-size = small-toolbar

launch gnumeric. notice that the "A", "T", and perhaps other toolbar items are @
24x24, not 16x16, thus making the toolbars unecessarily tall.
Comment 1 Morten Welinder 2005-05-03 18:56:38 UTC
Make that...

gtk-icon-sizes =
"gtk-menu=14,14:gtk-small-toolbar=16,16:gtk-large-toolbar=24,24:gtk-dnd=32,32"
gtk-toolbar-icon-size = small-toolbar

...on two lines.

"A" is the text foreground combo; "T" is probably the text-background bucket
combo.
Comment 2 Morten Welinder 2005-05-06 21:34:33 UTC
The size is fixed in gtk_icon_theme_load_icon.  We will need to create the
icon later and probably listen to style changes.
Comment 3 Morten Welinder 2005-05-07 16:06:56 UTC
Fixed in goffice cvs HEAD.