- made those settings just added for Gerber, to be updated on object creation

- added the Geo Tolerance parameter to those that are converted from MM to INCH
This commit is contained in:
Marius Stanciu
2019-10-01 17:07:27 +03:00
parent b444e1e552
commit c685f41db0
4 changed files with 8 additions and 3 deletions

View File

@@ -883,7 +883,7 @@ class GeneralAppPrefGroupUI(OptionsGroupUI):
{'label': _('OpenGL(3D)'), 'value': '3D'}])
# Application Level for FlatCAM
self.app_level_label = QtWidgets.QLabel('<b>%s:</b>' % _('APP. LEVEL'))
self.app_level_label = QtWidgets.QLabel('<span style="color:red;"><b>%s:</b></span>' % _('APP. LEVEL'))
self.app_level_label.setToolTip(_("Choose the default level of usage for FlatCAM.\n"
"BASIC level -> reduced functionality, best for beginner's.\n"
"ADVANCED level -> full functionality.\n\n"