Add some padding in tool buttons

The default value of the icon-spacing style property was 0, which
is just not good. Themes are of course free to change this anyway.
Bug 610381.
This commit is contained in:
Matthias Clasen 2010-02-23 10:30:23 -05:00
parent 42e90521a9
commit 9ce6db1297

View File

@ -264,7 +264,7 @@ gtk_tool_button_class_init (GtkToolButtonClass *klass)
P_("Spacing in pixels between the icon and label"),
0,
G_MAXINT,
0,
3,
GTK_PARAM_READWRITE));
/**