From 203d6d7a1e3d0ea96bfe51eadcae47f56f819d97 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 23 Feb 2010 10:30:23 -0500 Subject: [PATCH] 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 9ce6db12973192052003b624d023af8518ac551c) --- gtk/gtktoolbutton.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtktoolbutton.c b/gtk/gtktoolbutton.c index 8707d37827..7cf4a63fc0 100644 --- a/gtk/gtktoolbutton.c +++ b/gtk/gtktoolbutton.c @@ -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)); /**