mailr12941 - /1.3/gui/analyses/base.py


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

Header


Content

Posted by edward on June 09, 2011 - 18:31:
Author: bugman
Date: Thu Jun  9 18:31:46 2011
New Revision: 12941

URL: http://svn.gna.org/viewcvs/relax?rev=12941&view=rev
Log:
Added a hard coded variable for the size of the graphical part of the 
analysis frames.


Modified:
    1.3/gui/analyses/base.py

Modified: 1.3/gui/analyses/base.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/gui/analyses/base.py?rev=12941&r1=12940&r2=12941&view=diff
==============================================================================
--- 1.3/gui/analyses/base.py (original)
+++ 1.3/gui/analyses/base.py Thu Jun  9 18:31:46 2011
@@ -30,6 +30,9 @@
 
 class Base_frame:
     """The base class for all frames."""
+
+    # Hard coded variables.
+    size_graphic_panel = 200
 
     def add_button_open(self, box, parent, fn=None, width=-1, height=-1):
         """Add a button for opening and changing files and directories.




Related Messages


Powered by MHonArc, Updated Thu Jun 09 19:00:01 2011