mailr11750 - /branches/bieri_gui/gui_bieri/user_functions/molecule.py


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

Header


Content

Posted by edward on December 08, 2010 - 19:12:
Author: bugman
Date: Wed Dec  8 19:12:16 2010
New Revision: 11750

URL: http://svn.gna.org/viewcvs/relax?rev=11750&view=rev
Log:
The molecule wizard now has the molecule artwork.


Modified:
    branches/bieri_gui/gui_bieri/user_functions/molecule.py

Modified: branches/bieri_gui/gui_bieri/user_functions/molecule.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/user_functions/molecule.py?rev=11750&r1=11749&r2=11750&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/user_functions/molecule.py (original)
+++ branches/bieri_gui/gui_bieri/user_functions/molecule.py Wed Dec  8 
19:12:16 2010
@@ -25,6 +25,7 @@
 
 # GUI module imports.
 from base import UF_base, UF_window
+from gui_bieri.paths import WIZARD_IMAGE_PATH
 
 
 # The container class.
@@ -58,5 +59,8 @@
     """The molecule.add() user function window."""
 
     # Some class variables.
+    size_x = 400
+    size_y = 400
+    border = 5
+    image_path = WIZARD_IMAGE_PATH + 'molecule.png'
     title = 'Molecule addition'
-




Related Messages


Powered by MHonArc, Updated Thu Dec 09 00:00:02 2010