mailr14125 - /branches/gui_testing/gui/user_functions/grace.py


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

Header


Content

Posted by edward on August 04, 2011 - 13:37:
Author: bugman
Date: Thu Aug  4 13:37:18 2011
New Revision: 14125

URL: http://svn.gna.org/viewcvs/relax?rev=14125&view=rev
Log:
Changed the size of the grace.view user function window.


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

Modified: branches/gui_testing/gui/user_functions/grace.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/user_functions/grace.py?rev=14125&r1=14124&r2=14125&view=diff
==============================================================================
--- branches/gui_testing/gui/user_functions/grace.py (original)
+++ branches/gui_testing/gui/user_functions/grace.py Thu Aug  4 13:37:18 2011
@@ -47,7 +47,7 @@
         """
 
         # Create the wizard.
-        wizard = Wiz_window(size_x=800, size_y=600, 
title=self.get_title('grace', 'view'))
+        wizard = Wiz_window(size_x=900, size_y=500, 
title=self.get_title('grace', 'view'))
         page = View_page(wizard, self.gui)
         wizard.add_page(page)
 




Related Messages


Powered by MHonArc, Updated Thu Aug 04 14:20:01 2011