icons: changed some icons to make their related actionmore distinguishable (thanks Christos for the hint).

Wed, 01 May 2019 15:29:47 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Wed, 01 May 2019 15:29:47 +0200
changeset 6984
e6a4784cab5e
parent 6983
edcd7d61644d
child 6985
6a2cab507874

icons: changed some icons to make their related actionmore distinguishable (thanks Christos for the hint).

eric6/Debugger/DebugUI.py file | annotate | diff | comparison | revisions
eric6/icons/default/close.png file | annotate | diff | comparison | revisions
eric6/icons/default/debugRestart.png file | annotate | diff | comparison | revisions
eric6/icons/default/exit.png file | annotate | diff | comparison | revisions
eric6/icons/default/restart.png file | annotate | diff | comparison | revisions
--- a/eric6/Debugger/DebugUI.py	Wed May 01 15:06:35 2019 +0200
+++ b/eric6/Debugger/DebugUI.py	Wed May 01 15:29:47 2019 +0200
@@ -300,7 +300,7 @@
 
         self.restartAct = E5Action(
             self.tr('Restart'),
-            UI.PixmapCache.getIcon("restart.png"),
+            UI.PixmapCache.getIcon("debugRestart.png"),
             self.tr('Restart'), Qt.Key_F4, 0, self, 'dbg_restart_script')
         self.restartAct.setStatusTip(self.tr(
             'Restart the last debugged script'))
Binary file eric6/icons/default/close.png has changed
Binary file eric6/icons/default/debugRestart.png has changed
Binary file eric6/icons/default/exit.png has changed
Binary file eric6/icons/default/restart.png has changed

eric ide

mercurial