Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesFoldDialog.py

changeset 5282
898b0dda21e1
parent 4631
5c1a96925da4
child 5389
9b1c800daff3
--- 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