]> Pileus Git - ~andy/gtk/commitdiff
Add some padding in tool buttons
authorMatthias Clasen <mclasen@redhat.com>
Tue, 23 Feb 2010 15:30:23 +0000 (10:30 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 23 Feb 2010 15:30:23 +0000 (10:30 -0500)
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.

gtk/gtktoolbutton.c

index 74fe78a9b193243e2329a39c21774920029daa55..a0e16b98edf1db60cdd7a79c3a6cc95b46c227ff 100644 (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));
 
 /**