]> Pileus Git - ~andy/gtk/commitdiff
Set default action area spacing to HIG-compliant 6px. Bug #345106,
authorChristian Persch <chpe@cvs.gnome.org>
Tue, 20 Jun 2006 11:39:07 +0000 (11:39 +0000)
committerChristian Persch <chpe@src.gnome.org>
Tue, 20 Jun 2006 11:39:07 +0000 (11:39 +0000)
2006-06-18  Christian Persch  <chpe@cvs.gnome.org>

* gtk/gtkdialog.c: (gtk_dialog_class_init): Set default action area
spacing to HIG-compliant 6px. Bug #345106, follow-up from bug #163850.

ChangeLog
ChangeLog.pre-2-10
gtk/gtkdialog.c

index 12940a5855e43b3336df29815cdda765f7abc8fc..3833cbc98e1c5dfec0700c60955ed17169a5aec1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-06-18  Christian Persch  <chpe@cvs.gnome.org>
+
+       * gtk/gtkdialog.c: (gtk_dialog_class_init): Set default action area
+       spacing to HIG-compliant 6px. Bug #345106, follow-up from bug #163850.
+
 2006-06-20  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkiconview.c (gtk_icon_view_enable_model_drag_dest): 
index 12940a5855e43b3336df29815cdda765f7abc8fc..3833cbc98e1c5dfec0700c60955ed17169a5aec1 100644 (file)
@@ -1,3 +1,8 @@
+2006-06-18  Christian Persch  <chpe@cvs.gnome.org>
+
+       * gtk/gtkdialog.c: (gtk_dialog_class_init): Set default action area
+       spacing to HIG-compliant 6px. Bug #345106, follow-up from bug #163850.
+
 2006-06-20  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkiconview.c (gtk_icon_view_enable_model_drag_dest): 
index 833c1d938a5adecd54747186e14c5470d5761fc3..b7a4cd821a3f80ba6a9c0aa68072be76fb194a42 100644 (file)
@@ -153,7 +153,7 @@ gtk_dialog_class_init (GtkDialogClass *class)
                                                              P_("Spacing between buttons"),
                                                              0,
                                                              G_MAXINT,
-                                                             10,
+                                                             6,
                                                              GTK_PARAM_READABLE));
   
   gtk_widget_class_install_style_property (widget_class,