ViewManager: added a dedicated icon for closing an editor.

Wed, 29 May 2019 19:50:26 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Wed, 29 May 2019 19:50:26 +0200
changeset 7026
fbb685ce95cc
parent 7025
83e110e3fcc6
child 7027
86a2c6e4bd2c

ViewManager: added a dedicated icon for closing an editor.

eric6/ViewManager/ViewManager.py file | annotate | diff | comparison | revisions
eric6/icons/default/close.png file | annotate | diff | comparison | revisions
eric6/icons/default/closeEditor.png file | annotate | diff | comparison | revisions
--- a/eric6/ViewManager/ViewManager.py	Wed May 29 19:44:55 2019 +0200
+++ b/eric6/ViewManager/ViewManager.py	Wed May 29 19:50:26 2019 +0200
@@ -659,7 +659,7 @@
         
         self.closeAct = E5Action(
             QCoreApplication.translate('ViewManager', 'Close'),
-            UI.PixmapCache.getIcon("close.png"),
+            UI.PixmapCache.getIcon("closeEditor.png"),
             QCoreApplication.translate('ViewManager', '&Close'),
             QKeySequence(
                 QCoreApplication.translate('ViewManager', "Ctrl+W",
Binary file eric6/icons/default/close.png has changed
Binary file eric6/icons/default/closeEditor.png has changed

eric ide

mercurial