Corrected some icons in the Mercurial MQ fold dialog.

Sat, 29 Oct 2016 16:22:35 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 29 Oct 2016 16:22:35 +0200
changeset 5282
898b0dda21e1
parent 5280
929f7984ba8b
child 5283
06423d65a2b8

Corrected some icons in the Mercurial MQ fold dialog.

Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesFoldDialog.py file | annotate | diff | comparison | revisions
--- a/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesFoldDialog.py	Sat Oct 29 09:35:01 2016 +0200
+++ b/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesFoldDialog.py	Sat Oct 29 16:22:35 2016 +0200
@@ -31,8 +31,8 @@
         super(HgQueuesFoldDialog, self).__init__(parent)
         self.setupUi(self)
         
-        self.addButton.setIcon(UI.PixmapCache.getIcon("1downarrow.png"))
-        self.removeButton.setIcon(UI.PixmapCache.getIcon("1uparrow.png"))
+        self.addButton.setIcon(UI.PixmapCache.getIcon("plus.png"))
+        self.removeButton.setIcon(UI.PixmapCache.getIcon("minus.png"))
         self.upButton.setIcon(UI.PixmapCache.getIcon("1uparrow.png"))
         self.downButton.setIcon(UI.PixmapCache.getIcon("1downarrow.png"))
         

eric ide

mercurial