- changed the script icon to a smaller one in the sys tray menu

This commit is contained in:
Marius Stanciu 2019-09-19 21:35:31 +03:00 committed by Marius
parent 1e49c23e8f
commit 26f34382bd
3 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@ CAD program, and create G-Code for Isolation routing.
- fixed bug in Gerber editor that did not allow to display all shapes after it encountered one shape without 'solid' geometry
- fixed bug in Gerber Editor -> selection area handler where if some of the selected shapes did not had the 'solid' geometry will silently abort selection of further shapes
- added new control in Edit -> Preferences -> General -> Gui Preferences -> Activity Icon. Will select a GIF from a selection, the one used to show that FlatCAM is working.
- changed the script icon to a smaller one in the sys tray menu
18.09.2019

View File

@ -8231,7 +8231,7 @@ class FlatCAMSystemTray(QtWidgets.QSystemTrayIcon):
menu = QtWidgets.QMenu(parent)
menu_runscript = QtWidgets.QAction(QtGui.QIcon('share/script16.png'), '%s' % _('Run Script ...'), self)
menu_runscript = QtWidgets.QAction(QtGui.QIcon('share/script14.png'), '%s' % _('Run Script ...'), self)
menu_runscript.setToolTip(
_("Will run the opened Tcl Script thus\n"
"enabling the automation of certain\n"

BIN
share/script14.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 247 B