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:

committed by
Christian Persch

parent
e39bd25bb8
commit
847d09cc9f
@ -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>
|
2006-06-20 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkiconview.c (gtk_icon_view_enable_model_drag_dest):
|
* gtk/gtkiconview.c (gtk_icon_view_enable_model_drag_dest):
|
||||||
|
@ -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>
|
2006-06-20 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkiconview.c (gtk_icon_view_enable_model_drag_dest):
|
* gtk/gtkiconview.c (gtk_icon_view_enable_model_drag_dest):
|
||||||
|
@ -153,7 +153,7 @@ gtk_dialog_class_init (GtkDialogClass *class)
|
|||||||
P_("Spacing between buttons"),
|
P_("Spacing between buttons"),
|
||||||
0,
|
0,
|
||||||
G_MAXINT,
|
G_MAXINT,
|
||||||
10,
|
6,
|
||||||
GTK_PARAM_READABLE));
|
GTK_PARAM_READABLE));
|
||||||
|
|
||||||
gtk_widget_class_install_style_property (widget_class,
|
gtk_widget_class_install_style_property (widget_class,
|
||||||
|
Reference in New Issue
Block a user