diff -r 929f7984ba8b -r 898b0dda21e1 Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesFoldDialog.py --- 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"))