need to pack the widget expanding. Fixes pattern container entries.
2004-10-12 Michael Natterer <mitch@gimp.org> * app/widgets/gimpwidgets-utils.c (gimp_enum_radio_frame_add): need to pack the widget expanding. Fixes pattern container entries.
This commit is contained in:

committed by
Michael Natterer

parent
92e7af4061
commit
fcc342b00b
@ -265,7 +265,7 @@ gimp_enum_radio_frame_add (GtkFrame *frame,
|
||||
gtk_box_pack_start (GTK_BOX (hbox), spacer, FALSE, FALSE, 0);
|
||||
gtk_widget_show (spacer);
|
||||
|
||||
gtk_box_pack_start (GTK_BOX (hbox), widget, FALSE, FALSE, 0);
|
||||
gtk_box_pack_start (GTK_BOX (hbox), widget, TRUE, TRUE, 0);
|
||||
gtk_widget_show (widget);
|
||||
|
||||
for (list = gtk_radio_button_get_group (GTK_RADIO_BUTTON (radio));
|
||||
|
Reference in New Issue
Block a user