Project/PropertiesDialog.py

changeset 3186
a05eff845522
parent 3160
209a07d7e401
child 3190
a9a94491c4fd
diff -r d4fa462547bc -r a05eff845522 Project/PropertiesDialog.py
--- a/Project/PropertiesDialog.py	Tue Jan 07 18:08:40 2014 +0100
+++ b/Project/PropertiesDialog.py	Wed Jan 08 19:07:23 2014 +0100
@@ -20,6 +20,7 @@
 
 import Utilities
 import Preferences
+import UI.PixmapCache
 
 
 class PropertiesDialog(QDialog, Ui_PropertiesDialog):
@@ -40,6 +41,9 @@
             self.setObjectName(name)
         self.setupUi(self)
         
+        self.dirButton.setIcon(UI.PixmapCache.getIcon("open.png"))
+        self.mainscriptButton.setIcon(UI.PixmapCache.getIcon("open.png"))
+        
         self.project = project
         self.newProject = new
         self.transPropertiesDlg = None

eric ide

mercurial