eric6/UI/NumbersWidget.py

changeset 7533
88261c96484b
parent 7360
9190402e4505
child 7781
607a6098cb44
--- a/eric6/UI/NumbersWidget.py	Sun Apr 12 18:46:08 2020 +0200
+++ b/eric6/UI/NumbersWidget.py	Sun Apr 12 19:07:49 2020 +0200
@@ -169,18 +169,18 @@
         super(NumbersWidget, self).__init__(parent)
         self.setupUi(self)
         
-        self.setWindowIcon(UI.PixmapCache.getIcon("eric.png"))
+        self.setWindowIcon(UI.PixmapCache.getIcon("eric"))
         
         self.__badNumberSheet = "background-color: #ffa0a0;"
         
-        self.binInButton.setIcon(UI.PixmapCache.getIcon("2downarrow.png"))
-        self.binOutButton.setIcon(UI.PixmapCache.getIcon("2uparrow.png"))
-        self.octInButton.setIcon(UI.PixmapCache.getIcon("2downarrow.png"))
-        self.octOutButton.setIcon(UI.PixmapCache.getIcon("2uparrow.png"))
-        self.decInButton.setIcon(UI.PixmapCache.getIcon("2downarrow.png"))
-        self.decOutButton.setIcon(UI.PixmapCache.getIcon("2uparrow.png"))
-        self.hexInButton.setIcon(UI.PixmapCache.getIcon("2downarrow.png"))
-        self.hexOutButton.setIcon(UI.PixmapCache.getIcon("2uparrow.png"))
+        self.binInButton.setIcon(UI.PixmapCache.getIcon("2downarrow"))
+        self.binOutButton.setIcon(UI.PixmapCache.getIcon("2uparrow"))
+        self.octInButton.setIcon(UI.PixmapCache.getIcon("2downarrow"))
+        self.octOutButton.setIcon(UI.PixmapCache.getIcon("2uparrow"))
+        self.decInButton.setIcon(UI.PixmapCache.getIcon("2downarrow"))
+        self.decOutButton.setIcon(UI.PixmapCache.getIcon("2uparrow"))
+        self.hexInButton.setIcon(UI.PixmapCache.getIcon("2downarrow"))
+        self.hexOutButton.setIcon(UI.PixmapCache.getIcon("2uparrow"))
         
         self.formatBox.addItem(self.tr("Auto"), 0)
         self.formatBox.addItem(self.tr("Dec"), 10)

eric ide

mercurial