On Thu, 2007-05-17 at 23:37 +0200, Hans Oesterholt-Dijkema wrote: > Ok, seems like a good idea. I though there might be a general theme > preference > or something like that. > > best regards, The "High Contrast Large Print" and "Low Contrast Large Print" (etc.) accessibility themes set toolbar etc. icon sizes through gtkrc; one can do the same locally inside an application via the "gtk-icon-sizes" property on GtkSettings[1]. You can also set which icon size toolbars take through the "gtk-toolbar-icon-size" GtkSettings property. There is actually a corresponding GConf key, "/desktop/gnome/interface/toolbar_size", but there's a bug[2]: the schema has it as an int, but gnome-settings-daemon expects a string (containing the numeric value of a member of the GtkIconSize enum). There is no UI for this[3][4], waiting on the above bug and working out a sensible UI. Ed 1. http://developer.gnome.org/doc/API/2.0/gtk/GtkSettings.html#GtkSettings--gtk-icon-sizes 2. http://bugzilla.gnome.org/show_bug.cgi?id=401030 3. http://bugzilla.gnome.org/show_bug.cgi?id=340457 4. http://bugzilla.gnome.org/show_bug.cgi?id=324264 _______________________________________________ gtk-list mailing list gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list