don't show a radio button for GIMP_NO_FILL; makes the dialog a little less

2003-11-08  Sven Neumann  <sven@gimp.org>

	* app/widgets/gimptemplateeditor.c: don't show a radio button for
	GIMP_NO_FILL; makes the dialog a little less tall.
This commit is contained in:
Sven Neumann 2003-11-08 20:04:52 +00:00 committed by Sven Neumann
parent 4800d849ef
commit 62388a0f77
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-11-08 Sven Neumann <sven@gimp.org>
* app/widgets/gimptemplateeditor.c: don't show a radio button for
GIMP_NO_FILL; makes the dialog a little less tall.
2003-11-08 Sven Neumann <sven@gimp.org>
* app/text/gimptextlayout-render.c (gimp_text_layout_render)

View File

@ -468,7 +468,8 @@ gimp_template_editor_constructor (GType type,
frame = gimp_prop_enum_radio_frame_new (G_OBJECT (editor->template),
"fill-type",
_("Fill Type"),
-1, -1);
GIMP_FOREGROUND_FILL,
GIMP_TRANSPARENT_FILL);
gtk_box_pack_start (GTK_BOX (hbox), frame, TRUE, TRUE, 0);
gtk_widget_show (frame);