mirror of https://github.com/GNOME/gimp.git
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:
parent
92e7af4061
commit
fcc342b00b
|
@ -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
|
||||
|
|
|
@ -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));
|
||||
|
|
Loading…
Reference in New Issue