mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
Whoops. Didn't mean to commit the size change.
Fri Feb 27 18:52:19 2004 Jonathan Blandford <jrb@redhat.com> * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_style_set): Whoops. Didn't mean to commit the size change.
This commit is contained in:
parent
0cfdc7fb2b
commit
c2da3e8572
@ -1,3 +1,8 @@
|
||||
Fri Feb 27 18:52:19 2004 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_style_set):
|
||||
Whoops. Didn't mean to commit the size change.
|
||||
|
||||
Fri Feb 27 18:46:27 2004 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtkfilechooserembed.h: New private interface to help
|
||||
|
@ -1,3 +1,8 @@
|
||||
Fri Feb 27 18:52:19 2004 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_style_set):
|
||||
Whoops. Didn't mean to commit the size change.
|
||||
|
||||
Fri Feb 27 18:46:27 2004 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtkfilechooserembed.h: New private interface to help
|
||||
|
@ -1,3 +1,8 @@
|
||||
Fri Feb 27 18:52:19 2004 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_style_set):
|
||||
Whoops. Didn't mean to commit the size change.
|
||||
|
||||
Fri Feb 27 18:46:27 2004 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtkfilechooserembed.h: New private interface to help
|
||||
|
@ -1,3 +1,8 @@
|
||||
Fri Feb 27 18:52:19 2004 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_style_set):
|
||||
Whoops. Didn't mean to commit the size change.
|
||||
|
||||
Fri Feb 27 18:46:27 2004 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtkfilechooserembed.h: New private interface to help
|
||||
|
@ -1,3 +1,8 @@
|
||||
Fri Feb 27 18:52:19 2004 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_style_set):
|
||||
Whoops. Didn't mean to commit the size change.
|
||||
|
||||
Fri Feb 27 18:46:27 2004 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtkfilechooserembed.h: New private interface to help
|
||||
|
@ -334,7 +334,7 @@ gtk_file_chooser_dialog_style_set (GtkWidget *widget,
|
||||
*/
|
||||
|
||||
gtk_container_set_border_width (GTK_CONTAINER (dialog->vbox), 12);
|
||||
gtk_box_set_spacing (GTK_BOX (dialog->vbox), 12);
|
||||
gtk_box_set_spacing (GTK_BOX (dialog->vbox), 24);
|
||||
|
||||
gtk_container_set_border_width (GTK_CONTAINER (dialog->action_area), 0);
|
||||
gtk_box_set_spacing (GTK_BOX (dialog->action_area), 6);
|
||||
|
Loading…
Reference in New Issue
Block a user