- changed and added some icons
- fixed the Shortcuts Tab to reflect the actual current shortcut keys - started to work on moving the Isolation Routing from the Gerber Object UI to it's own tool
This commit is contained in:
@@ -568,7 +568,7 @@ class ToolCopperThieving(AppTool):
|
||||
self.app.ui.notebook.setTabText(2, _("Copper Thieving Tool"))
|
||||
|
||||
def install(self, icon=None, separator=None, **kwargs):
|
||||
AppTool.install(self, icon, separator, shortcut='Alt+F', **kwargs)
|
||||
AppTool.install(self, icon, separator, shortcut='Alt+J', **kwargs)
|
||||
|
||||
def set_tool_ui(self):
|
||||
self.units = self.app.defaults['units']
|
||||
|
||||
Reference in New Issue
Block a user