- Film Tool - remade the 'Beginner/Advanced' Mode
This commit is contained in:
@@ -103,7 +103,7 @@ class GeneralAppPrefGroupUI(OptionsGroupUI):
|
||||
"the Selected Tab for all kinds of FlatCAM objects."))
|
||||
grid0.addWidget(self.app_level_label, 10, 0, 1, 2)
|
||||
|
||||
self.app_level_radio = RadioSet([{'label': _('Basic'), 'value': 'b'},
|
||||
self.app_level_radio = RadioSet([{'label': _('Beginner'), 'value': 'b'},
|
||||
{'label': _('Advanced'), 'value': 'a'}])
|
||||
grid0.addWidget(self.app_level_radio, 12, 0, 1, 2)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user