- in Punch Gerber Plugin remade the GUI

- some minor fixes in some of the Plugins
This commit is contained in:
Marius Stanciu
2021-09-05 01:31:11 +03:00
committed by Marius
parent 32a7274fdc
commit c91cb9e01b
6 changed files with 172 additions and 73 deletions

View File

@@ -772,7 +772,7 @@ class ToolDrilling(AppTool, Excellon):
font = QtGui.QFont()
font.setBold(True)
font.setWeight(75)
# font.setWeight(75)
for k in [1, 2]:
self.ui.tools_table.item(self.tool_row, k).setForeground(QtGui.QColor(127, 0, 255))
@@ -2915,7 +2915,7 @@ class DrillingUI:
""")
self.tools_box.addWidget(self.generate_cnc_button)
self.tools_box.addStretch()
self.tools_box.addStretch(1)
# ## Reset Tool
self.reset_button = QtWidgets.QPushButton(_("Reset Tool"))