Set default action area spacing to HIG-compliant 6px. Bug #345106,

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.
This commit is contained in:
Christian Persch 2006-06-20 11:39:07 +00:00 committed by Christian Persch
parent e39bd25bb8
commit 847d09cc9f
3 changed files with 11 additions and 1 deletions

View 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):

View 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):

View 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,