mailr13353 - /branches/gui_testing/gui/user_functions/structure.py


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

Header


Content

Posted by edward on June 30, 2011 - 19:17:
Author: bugman
Date: Thu Jun 30 19:17:51 2011
New Revision: 13353

URL: http://svn.gna.org/viewcvs/relax?rev=13353&view=rev
Log:
Decreased the size of the structure.read_pdb user function window.


Modified:
    branches/gui_testing/gui/user_functions/structure.py

Modified: branches/gui_testing/gui/user_functions/structure.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/user_functions/structure.py?rev=13353&r1=13352&r2=13353&view=diff
==============================================================================
--- branches/gui_testing/gui/user_functions/structure.py (original)
+++ branches/gui_testing/gui/user_functions/structure.py Thu Jun 30 19:17:51 
2011
@@ -64,7 +64,7 @@
         """
 
         # Create the wizard.
-        wizard = Wiz_window(size_x=900, size_y=800, title='PDB reader')
+        wizard = Wiz_window(size_x=800, size_y=600, title='PDB reader')
         page = Read_pdb_page(wizard, self.gui, self.interpreter)
         wizard.add_page(page)
 




Related Messages


Powered by MHonArc, Updated Thu Jun 30 19:40:03 2011