- added ability to do copper clearing through NCC Tool on Geometry objects also

This commit is contained in:
Marius Stanciu
2019-08-20 23:00:09 +03:00
committed by Marius
parent 392b0e1b49
commit 03c264886d
3 changed files with 65 additions and 19 deletions

View File

@@ -69,7 +69,7 @@ class ToolImage(FlatCAMTool):
self.emty_lbl = QtWidgets.QLabel("")
self.layout.addWidget(self.emty_lbl)
self.detail_label = QtWidgets.QLabel("<font size=4><b>%s:</b>" % _('Level of detail'))
self.detail_label = QtWidgets.QLabel("<font size=4><b>%s:</b></font>" % _('Level of detail'))
self.layout.addWidget(self.detail_label)
ti2_form_layout = QtWidgets.QFormLayout()