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.
(cherry picked from commit 9ce6db1297)
This commit is contained in:
Matthias Clasen
2010-02-23 10:30:23 -05:00
parent aa883e0295
commit 203d6d7a1e

View File

@@ -262,7 +262,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));
/**