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:
@@ -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));
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user