mailr16552 - /branches/uf_redesign/gui/analyses/auto_model_free.py


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

Header


Content

Posted by edward on May 30, 2012 - 21:40:
Author: bugman
Date: Wed May 30 21:40:21 2012
New Revision: 16552

URL: http://svn.gna.org/viewcvs/relax?rev=16552&view=rev
Log:
Increased the size of the unit vector loading wizard in the model-free 
analysis.

This now matches the structure.read_pdb user function size and allows it to 
fit!


Modified:
    branches/uf_redesign/gui/analyses/auto_model_free.py

Modified: branches/uf_redesign/gui/analyses/auto_model_free.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/gui/analyses/auto_model_free.py?rev=16552&r1=16551&r2=16552&view=diff
==============================================================================
--- branches/uf_redesign/gui/analyses/auto_model_free.py (original)
+++ branches/uf_redesign/gui/analyses/auto_model_free.py Wed May 30 21:40:21 
2012
@@ -583,7 +583,7 @@
         wx.BeginBusyCursor()
 
         # Create the wizard.
-        self.vect_wizard = Wiz_window(parent=self.gui, size_x=800, 
size_y=600, title="Load unit vectors from file")
+        self.vect_wizard = Wiz_window(parent=self.gui, size_x=1000, 
size_y=800, title="Load unit vectors from file")
 
         # Create the PDB reading page.
         page = uf_store['structure.read_pdb'].create_page(self.vect_wizard)




Related Messages


Powered by MHonArc, Updated Wed May 30 22:00:02 2012