Merge branch 'Beta' into separate-PreferencesUI-classes-into-individual-files

This commit is contained in:
David Robertson
2020-04-29 23:42:35 +01:00
26 changed files with 5672 additions and 5668 deletions

View File

@@ -26,7 +26,7 @@ class GeneralAppPrefGroupUI(OptionsGroupUI):
self.unitslabel = QtWidgets.QLabel('<span style="color:red;"><b>%s:</b></span>' % _('Units'))
self.unitslabel.setToolTip(_("The default value for FlatCAM units.\n"
"Whatever is selected here is set every time\n"
"FLatCAM is started."))
"FlatCAM is started."))
self.units_radio = RadioSet([{'label': _('MM'), 'value': 'MM'},
{'label': _('IN'), 'value': 'IN'}])