- added icons for Solder Paste Tool

This commit is contained in:
Marius Stanciu 2019-02-19 17:57:50 +02:00 committed by Marius
parent 89052379b2
commit bd7a82e116
3 changed files with 1 additions and 1 deletions

View File

@ -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 Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 732 B

BIN
share/solderpastebis32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 495 B