--- a/CondaInterface/CondaPackagesWidget.py Thu Feb 21 19:22:11 2019 +0100 +++ b/CondaInterface/CondaPackagesWidget.py Sat Feb 23 12:25:39 2019 +0100 @@ -68,7 +68,7 @@ self.condaMenuButton.setObjectName( "navigation_supermenu_button") - self.condaMenuButton.setIcon(UI.PixmapCache.getIcon("superMenu.png")) + self.condaMenuButton.setIcon(UI.PixmapCache.getIcon("superMenu")) self.condaMenuButton.setToolTip(self.tr("Conda Menu")) self.condaMenuButton.setPopupMode(QToolButton.InstantPopup) self.condaMenuButton.setToolButtonStyle(Qt.ToolButtonIconOnly) @@ -76,7 +76,14 @@ self.condaMenuButton.setAutoRaise(True) self.condaMenuButton.setShowMenuInside(True) - self.searchToggleButton.setIcon(UI.PixmapCache.getIcon("find.png")) + self.refreshButton.setIcon(UI.PixmapCache.getIcon("reload")) + self.upgradeButton.setIcon(UI.PixmapCache.getIcon("1uparrow")) + self.upgradeAllButton.setIcon(UI.PixmapCache.getIcon("2uparrow")) + self.uninstallButton.setIcon(UI.PixmapCache.getIcon("minus")) + self.searchToggleButton.setIcon(UI.PixmapCache.getIcon("find")) + self.searchButton.setIcon(UI.PixmapCache.getIcon("findNext")) + self.installButton.setIcon(UI.PixmapCache.getIcon("plus")) + self.showDetailsButton.setIcon(UI.PixmapCache.getIcon("info")) if CondaInterface.condaVersion() >= (4, 4, 0): self.searchOptionsWidget.hide()