ProjectDjango/ConfigurationPage/DjangoPage.py

changeset 148
4cb7aa43845d
parent 145
104b14713e9e
child 161
208fced62e00
--- a/ProjectDjango/ConfigurationPage/DjangoPage.py	Sun Feb 16 14:38:21 2020 +0100
+++ b/ProjectDjango/ConfigurationPage/DjangoPage.py	Wed Apr 08 19:58:27 2020 +0200
@@ -39,9 +39,9 @@
         self.setupUi(self)
         self.setObjectName("DjangoPage")
         
-        self.virtualEnvPy3Button.setIcon(UI.PixmapCache.getIcon("open.png"))
-        self.virtualEnvPy2Button.setIcon(UI.PixmapCache.getIcon("open.png"))
-        self.translationsButton.setIcon(UI.PixmapCache.getIcon("open.png"))
+        self.virtualEnvPy3Button.setIcon(UI.PixmapCache.getIcon("open"))
+        self.virtualEnvPy2Button.setIcon(UI.PixmapCache.getIcon("open"))
+        self.translationsButton.setIcon(UI.PixmapCache.getIcon("open"))
         
         self.__virtualEnvPy3Completer = E5DirCompleter(self.virtualEnvPy3Edit)
         self.__virtualEnvPy2Completer = E5DirCompleter(self.virtualEnvPy2Edit)

eric ide

mercurial