- fixed some really long strings in the Geometry Editor toolbar actions

- modified the paint and buffer icons
- optimized the editor menu/toolbar action names
This commit is contained in:
Marius Stanciu
2023-04-08 12:10:02 +03:00
parent 72dd81848f
commit b446ded9ab
7 changed files with 85 additions and 77 deletions

View File

@@ -2034,7 +2034,7 @@ class App(QtCore.QObject):
self.ui.align_btn.triggered.connect(lambda: self.align_objects_tool.run(toggle=True))
# self.ui.sub_btn.triggered.connect(lambda: self.sub_tool.run(toggle=True))
self.ui.extract_btn.triggered.connect(lambda: self.extract_tool.run(toggle=True))
# self.ui.extract_btn.triggered.connect(lambda: self.extract_tool.run(toggle=True))
self.ui.copperfill_btn.triggered.connect(lambda: self.copper_thieving_tool.run(toggle=True))
self.ui.markers_tool_btn.triggered.connect(lambda: self.markers_tool.run(toggle=True))
self.ui.punch_btn.triggered.connect(lambda: self.punch_tool.run(toggle=True))