mailr12960 - /1.3/gui/analyses/auto_noe.py


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

Header


Content

Posted by edward on June 10, 2011 - 12:23:
Author: bugman
Date: Fri Jun 10 12:23:41 2011
New Revision: 12960

URL: http://svn.gna.org/viewcvs/relax?rev=12960&view=rev
Log:
Added a stretchable spacer to the NOE window so the execute relax button is 
always at the bottom right.


Modified:
    1.3/gui/analyses/auto_noe.py

Modified: 1.3/gui/analyses/auto_noe.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/gui/analyses/auto_noe.py?rev=12960&r1=12959&r2=12960&view=diff
==============================================================================
--- 1.3/gui/analyses/auto_noe.py (original)
+++ 1.3/gui/analyses/auto_noe.py Fri Jun 10 12:23:41 2011
@@ -256,6 +256,9 @@
         # Add the reference RMSD background GUI element:
         self.field_ref_rmsd = self.add_text_sel_element(box, self.parent, 
text="Baseplane RMSD", default=str(self.data.ref_rmsd))
 
+        # Add a stretchable spacer.
+        box.AddStretchSpacer()
+
         # Add the execution GUI element.
         self.add_execute_relax(box)
 




Related Messages


Powered by MHonArc, Updated Fri Jun 10 14:20:02 2011