Dialog layout change.

--Sven
This commit is contained in:
Sven Neumann
1999-05-18 20:54:33 +00:00
parent 3c12b89ad2
commit 05b59059d7
3 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,10 @@
Tue May 18 22:53:08 MEST 1999 Sven Neumann <sven@gimp.org>
* plug-ins/script-fu/script-fu-scripts.c: Changed the layout of the
action-area to follow the gimp conventions. I intentionally wanted
to fix the broken gradient select widget, but couldn't find where
the problem is located. Ideas anyone??
Tue May 18 20:28:42 1999 ape@lrdpf.spacetec.no (Asbjorn Pettersen) Tue May 18 20:28:42 1999 ape@lrdpf.spacetec.no (Asbjorn Pettersen)
* plug-ins/gz/gz.c (spawn_gzip): OS/2 patches. spawn(),, * plug-ins/gz/gz.c (spawn_gzip): OS/2 patches. spawn(),,

View File

@ -1319,7 +1319,8 @@ script_fu_interface (SFScript *script)
/* Action area */ /* Action area */
bbox = gtk_hbutton_box_new (); bbox = gtk_hbutton_box_new ();
gtk_button_box_set_spacing (GTK_BUTTON_BOX (bbox), GTK_BUTTONBOX_EDGE); gtk_button_box_set_layout (GTK_BUTTON_BOX (bbox), GTK_BUTTONBOX_END);
gtk_button_box_set_spacing (GTK_BUTTON_BOX (bbox), 4);
gtk_box_pack_start (GTK_BOX (main_box), bbox, FALSE, TRUE, 0); gtk_box_pack_start (GTK_BOX (main_box), bbox, FALSE, TRUE, 0);
button = gtk_button_new_with_label ("OK"); button = gtk_button_new_with_label ("OK");

View File

@ -1319,7 +1319,8 @@ script_fu_interface (SFScript *script)
/* Action area */ /* Action area */
bbox = gtk_hbutton_box_new (); bbox = gtk_hbutton_box_new ();
gtk_button_box_set_spacing (GTK_BUTTON_BOX (bbox), GTK_BUTTONBOX_EDGE); gtk_button_box_set_layout (GTK_BUTTON_BOX (bbox), GTK_BUTTONBOX_END);
gtk_button_box_set_spacing (GTK_BUTTON_BOX (bbox), 4);
gtk_box_pack_start (GTK_BOX (main_box), bbox, FALSE, TRUE, 0); gtk_box_pack_start (GTK_BOX (main_box), bbox, FALSE, TRUE, 0);
button = gtk_button_new_with_label ("OK"); button = gtk_button_new_with_label ("OK");