- all tuple entries in the Preferences UI are now protected against letter entry
- all entries in the Preferences UI that have numerical entry are protected now against letters - cleaned the Preferences UI in the Gerber area
This commit is contained in:
@@ -509,7 +509,7 @@ class NonCopperClear(AppTool, Gerber):
|
||||
self.grid3.addWidget(self.gen_param_label, 24, 0, 1, 2)
|
||||
|
||||
# Rest Machining
|
||||
self.ncc_rest_cb = FCCheckBox('%s' % _("Rest Machining"))
|
||||
self.ncc_rest_cb = FCCheckBox('%s' % _("Rest"))
|
||||
self.ncc_rest_cb.setObjectName("n_rest_machining")
|
||||
|
||||
self.ncc_rest_cb.setToolTip(
|
||||
|
||||
Reference in New Issue
Block a user