[gtk+/gtk-2-18] Add some padding in tool buttons
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [gtk+/gtk-2-18] Add some padding in tool buttons
- Date: Fri, 12 Mar 2010 23:02:46 +0000 (UTC)
commit 203d6d7a1e3d0ea96bfe51eadcae47f56f819d97
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Feb 23 10:30:23 2010 -0500
    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 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtktoolbutton.c b/gtk/gtktoolbutton.c
index 8707d37..7cf4a63 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));
 
 /**
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]