plug-ins: ps default unit is millimeter

Default values for width, height and offsets for ps export are
based on the size of an A4 paper in millimeters, so set the
unit default to millimeters as well.
This commit is contained in:
Anders Jonsson 2025-11-30 23:13:21 +01:00
parent 792c52e04f
commit e5c3661958

View file

@ -552,7 +552,7 @@ ps_create_procedure (GimpPlugIn *plug_in,
gimp_choice_new_with_values ("inch", 0, _("Inch"), NULL,
"millimeter", 1, _("Millimeter"), NULL,
NULL),
"inch", G_PARAM_READWRITE);
"millimeter", G_PARAM_READWRITE);
gimp_procedure_add_boolean_argument (procedure, "keep-ratio",
_("_Keep aspect ratio"),