Draft: Added pref option to set default dimension unit

This commit is contained in:
Yorik van Havre
2020-10-14 17:21:27 +02:00
parent 7f95da95c1
commit 71cd301ca7
3 changed files with 41 additions and 4 deletions

View File

@@ -171,7 +171,7 @@ def get_param_type(param):
return "int"
elif param in ("constructiongroupname", "textfont",
"patternFile", "template", "snapModes",
"FontFile", "ClonePrefix",
"FontFile", "ClonePrefix","overrideUnit",
"labeltype") or "inCommandShortcut" in param:
return "string"
elif param in ("textheight", "tolerance", "gridSpacing",