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:
parent
792c52e04f
commit
e5c3661958
1 changed files with 1 additions and 1 deletions
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Reference in a new issue