diff options
author | Jonathan Blandford <jrb@redhat.com> | 2004-02-27 23:52:46 +0000 |
---|---|---|
committer | Jonathan Blandford <jrb@src.gnome.org> | 2004-02-27 23:52:46 +0000 |
commit | c2da3e857250d64a4745ff9f1d3bac3aec49c0e2 (patch) | |
tree | ff517429c40d86bc27df04d5bf61bee7fe063c2b /gtk/gtkfilechooserdialog.c | |
parent | 0cfdc7fb2bb48f38f30882de53ff2afb3093a34c (diff) | |
download | gtk+-c2da3e857250d64a4745ff9f1d3bac3aec49c0e2.tar.gz |
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.
Diffstat (limited to 'gtk/gtkfilechooserdialog.c')
-rw-r--r-- | gtk/gtkfilechooserdialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfilechooserdialog.c b/gtk/gtkfilechooserdialog.c index 77ffa49138..6239f1f21d 100644 --- a/gtk/gtkfilechooserdialog.c +++ b/gtk/gtkfilechooserdialog.c @@ -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); |