Comment 8 for bug 203236

Revision history for this message
Lionel Le Folgoc (mrpouit) wrote :

Using gtk_toolbar_set_icon_size () doesn't sound like a good idea (http://library.gnome.org/devel/gtk/unstable/GtkToolbar.html#id3786874):
"This function sets the size of stock icons in the toolbar. You can call it both before you add the icons and after they've been added. The size you set will override user preferences for the default icon size.

This should only be used for special-purpose toolbars, normal application toolbars should respect the user preferences for the size of icons."