mailr13424 - /branches/gui_testing/gui/paths.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on July 05, 2011 - 19:14:
Author: bugman
Date: Tue Jul  5 19:14:51 2011
New Revision: 13424

URL: http://svn.gna.org/viewcvs/relax?rev=13424&view=rev
Log:
The grey icons are now in the paths module.


Modified:
    branches/gui_testing/gui/paths.py

Modified: branches/gui_testing/gui/paths.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/paths.py?rev=13424&r1=13423&r2=13424&view=diff
==============================================================================
--- branches/gui_testing/gui/paths.py (original)
+++ branches/gui_testing/gui/paths.py Tue Jul  5 19:14:51 2011
@@ -52,17 +52,21 @@
 
         # relax icons.
         path = ICON_RELAX_PATH + '16x16' + sep
-        self.about_relax =          IMAGE_PATH + 'relax_16x16.png'
-        self.about_relaxgui =       IMAGE_PATH + 'relax_16x16.png'
-        self.molecule =             path + 'molecule.png'
-        self.molecule_unfolded =    path + 'molecule_unfolded.png'
-        self.pipe =                 path + 'pipe.png'
-        self.relax_data =           path + 'fid.png'
-        self.residue =              path + 'residue.png'
-        self.sequence =             path + 'sequence.png'
-        self.spin =                 path + 'spin.png'
-        self.structure =            path + 'structure.png'
-        self.value =                path + 'value.png'
+        self.about_relax =              IMAGE_PATH + 'relax_16x16.png'
+        self.about_relaxgui =           IMAGE_PATH + 'relax_16x16.png'
+        self.molecule =                 path + 'molecule.png'
+        self.molecule_grey =            path + 'molecule_grey.png'
+        self.molecule_unfolded =        path + 'molecule_unfolded.png'
+        self.molecule_unfolded_grey =   path + 'molecule_unfolded_grey.png'
+        self.pipe =                     path + 'pipe.png'
+        self.relax_data =               path + 'fid.png'
+        self.residue =                  path + 'residue.png'
+        self.residue_grey =             path + 'residue_grey.png'
+        self.sequence =                 path + 'sequence.png'
+        self.spin =                     path + 'spin.png'
+        self.spin_grey =                path + 'spin_grey.png'
+        self.structure =                path + 'structure.png'
+        self.value =                    path + 'value.png'
 
         # Oxygen icons.
         path = OXY_ICON_PATH + '16x16' + sep
@@ -122,15 +126,19 @@
 
         # relax icons.
         path = ICON_RELAX_PATH + '22x22' + sep
-        self.molecule =             path + 'molecule.png'
-        self.molecule_unfolded =    path + 'molecule_unfolded.png'
-        self.pipe =                 path + 'pipe.png'
-        self.relax_data =           path + 'fid.png'
-        self.residue =              path + 'residue.png'
-        self.sequence =             path + 'sequence.png'
-        self.spin =                 path + 'spin.png'
-        self.structure =            path + 'structure.png'
-        self.value =                path + 'value.png'
+        self.molecule =                 path + 'molecule.png'
+        self.molecule_grey =            path + 'molecule_grey.png'
+        self.molecule_unfolded =        path + 'molecule_unfolded.png'
+        self.molecule_unfolded_grey =   path + 'molecule_unfolded_grey.png'
+        self.pipe =                     path + 'pipe.png'
+        self.relax_data =               path + 'fid.png'
+        self.residue =                  path + 'residue.png'
+        self.residue_grey =             path + 'residue_grey.png'
+        self.sequence =                 path + 'sequence.png'
+        self.spin =                     path + 'spin.png'
+        self.spin_grey =                path + 'spin_grey.png'
+        self.structure =                path + 'structure.png'
+        self.value =                    path + 'value.png'
 
 
 




Related Messages


Powered by MHonArc, Updated Tue Jul 05 19:40:01 2011