Geometry general prefs

This commit is contained in:
David Robertson
2020-05-09 16:21:21 +01:00
parent 31d0cfbdd7
commit 9f2991c003
5 changed files with 52 additions and 126 deletions

View File

@@ -49,7 +49,7 @@ class GeneralAppPrefGroupUI(OptionsGroupUI2):
"Whatever is selected here is set every time\n"
"FlatCAM is started.",
label_bold=True,
label_red=True,
label_color="red",
choices=[{'label': _('MM'), 'value': 'MM'},
{'label': _('IN'), 'value': 'IN'}]
),
@@ -94,7 +94,7 @@ class GeneralAppPrefGroupUI(OptionsGroupUI2):
"The choice here will influence the parameters in\n"
"the Selected Tab for all kinds of FlatCAM objects.",
label_bold=True,
label_red=True,
label_color="red",
choices=[{'label': _('Basic'), 'value': 'b'},
{'label': _('Advanced'), 'value': 'a'}]
),