- 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

@@ -2153,7 +2153,7 @@ class AppExcEditor(QtCore.QObject):
font = QtGui.QFont()
font.setBold(True)
font.setWeight(75)
# font.setWeight(75)
for k in [1, 2]:
self.ui.tools_table_exc.item(self.tool_row, k).setForeground(QtGui.QColor(127, 0, 255))