- fixed a small typo in the Gerber Properties Tab that made the icon for the Cutout Tool not to show up

This commit is contained in:
Marius Stanciu
2020-11-16 02:24:34 +02:00
committed by Marius
parent 4816d3fc76
commit 72a9871871
2 changed files with 2 additions and 1 deletions

View File

@@ -385,7 +385,7 @@ class GerberObjectUI(ObjectUI):
# ## Board cutout
self.generate_cutout_button = FCButton(_('Cutout Tool'))
self.generate_cutout_button.setIcon(QtGui.QIcon(self.app.resource_location + '/cut32_bis.png'))
self.generate_cutout_button.setIcon(QtGui.QIcon(self.app.resource_location + '/cut32.png'))
self.generate_cutout_button.setToolTip(
_("Generate the geometry for\n"
"the board cutout.")