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:
@ -264,7 +264,7 @@ gtk_tool_button_class_init (GtkToolButtonClass *klass)
|
|||||||
P_("Spacing in pixels between the icon and label"),
|
P_("Spacing in pixels between the icon and label"),
|
||||||
0,
|
0,
|
||||||
G_MAXINT,
|
G_MAXINT,
|
||||||
0,
|
3,
|
||||||
GTK_PARAM_READWRITE));
|
GTK_PARAM_READWRITE));
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user