Browse Source

- added icons for Solder Paste Tool

Marius Stanciu 7 years ago
parent
commit
bd7a82e116
3 changed files with 1 additions and 1 deletions
  1. 1 1
      FlatCAMApp.py
  2. BIN
      share/solderpaste32.png
  3. BIN
      share/solderpastebis32.png

+ 1 - 1
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,

BIN
share/solderpaste32.png


BIN
share/solderpastebis32.png