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:
Michael Natterer 2004-10-12 20:37:50 +00:00 committed by Michael Natterer
parent 92e7af4061
commit fcc342b00b
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
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.
2004-10-12 Sven Neumann <sven@gimp.org>
* app/dialogs/info-window.[ch]: fixed unit handling. Right-align

View File

@ -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));