HIGify the screenshot plug-in.

2004-05-08 Henrik Brix Andersen <brix@gimp.org>

* plug-ins/common/screenshot.c (shoot_dialog): HIGify the
screenshot plug-in.
This commit is contained in:
Henrik Brix Andersen
2004-05-08 17:44:00 +00:00
committed by Henrik Brix Andersen
parent 7a8a956e68
commit 926f5ebefb
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2004-05-08 Henrik Brix Andersen <brix@gimp.org>
* plug-ins/common/screenshot.c (shoot_dialog): HIGify the
screenshot plug-in.
2004-05-08 Sven Neumann <sven@gimp.org>
* app/display/gimpstatusbar.c (gimp_statusbar_resize_cursor):

View File

@ -519,13 +519,13 @@ shoot_dialog (void)
NULL);
main_vbox = gtk_vbox_new (FALSE, 4);
gtk_container_set_border_width (GTK_CONTAINER (main_vbox), 6);
gtk_container_set_border_width (GTK_CONTAINER (main_vbox), 12);
gtk_box_pack_start (GTK_BOX (GTK_DIALOG (dialog)->vbox), main_vbox,
TRUE, TRUE, 0);
gtk_widget_show (main_vbox);
/* single window */
frame = gtk_frame_new (_("Grab"));
frame = gimp_frame_new (_("Grab"));
gtk_box_pack_start (GTK_BOX (main_vbox), frame, FALSE, FALSE, 0);
vbox = gtk_vbox_new (FALSE, 2);