mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-19 18:00:09 +00:00
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:
parent
2f772399ce
commit
d316798685
@ -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));
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user