Dialog layout change.
--Sven
This commit is contained in:
@ -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(),,
|
||||||
|
@ -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");
|
||||||
|
@ -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");
|
||||||
|
Reference in New Issue
Block a user