- 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

@@ -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"