- fixed Properties Tool due of recent changes to the FCTree widget

This commit is contained in:
Marius Stanciu
2020-03-13 15:43:26 +02:00
committed by Marius
parent 98f4a82ad4
commit e6917ba1ab
5 changed files with 12 additions and 3 deletions

View File

@@ -703,7 +703,7 @@ class FlatCAMGUI(QtWidgets.QMainWindow):
self.menuprojectcolor.addSeparator()
self.menuproject_custom = self.menuprojectcolor.addAction(
QtGui.QIcon(self.app.resource_location + '/set_color32.png'), _('Transparency'))
QtGui.QIcon(self.app.resource_location + '/set_color32.png'), _('Opacity'))
self.menuproject_custom = self.menuprojectcolor.addAction(
QtGui.QIcon(self.app.resource_location + '/set_color32.png'), _('Default'))