diff --git a/FlatCAMApp.py b/FlatCAMApp.py index f2f969f8..2c731beb 100644 --- a/FlatCAMApp.py +++ b/FlatCAMApp.py @@ -1583,7 +1583,7 @@ class App(QtCore.QObject): self.film_tool.install(icon=QtGui.QIcon('share/film16.png')) self.paste_tool = ToolSolderPaste(self) - self.paste_tool.install(icon=QtGui.QIcon('share/film16.png'), separator=True) + self.paste_tool.install(icon=QtGui.QIcon('share/solderpastebis32.png'), separator=True) self.move_tool = ToolMove(self) self.move_tool.install(icon=QtGui.QIcon('share/move16.png'), pos=self.ui.menuedit, diff --git a/share/solderpaste32.png b/share/solderpaste32.png new file mode 100644 index 00000000..80766f96 Binary files /dev/null and b/share/solderpaste32.png differ diff --git a/share/solderpastebis32.png b/share/solderpastebis32.png new file mode 100644 index 00000000..541d58df Binary files /dev/null and b/share/solderpastebis32.png differ