- added icons for Solder Paste Tool
This commit is contained in:
@@ -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
BIN
share/solderpaste32.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 732 B |
BIN
share/solderpastebis32.png
Normal file
BIN
share/solderpastebis32.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 495 B |
Reference in New Issue
Block a user