mirror of https://github.com/GNOME/gimp.git
app: hide double precision from File -> New and from templates
This commit is contained in:
parent
aaa9ae1ada
commit
3710c0dd0c
app/widgets
|
@ -408,7 +408,9 @@ gimp_template_editor_constructed (GObject *object)
|
|||
combo, 1, FALSE);
|
||||
|
||||
combo = gimp_prop_enum_combo_box_new (G_OBJECT (template),
|
||||
"component-type", 0, 0);
|
||||
"component-type",
|
||||
GIMP_COMPONENT_TYPE_U8,
|
||||
GIMP_COMPONENT_TYPE_FLOAT);
|
||||
gimp_table_attach_aligned (GTK_TABLE (table), 0, row++,
|
||||
_("_Precision:"), 0.0, 0.5,
|
||||
combo, 1, FALSE);
|
||||
|
|
Loading…
Reference in New Issue