mailr13555 - /branches/gui_testing/gui/user_functions/value.py


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

Header


Content

Posted by edward on July 12, 2011 - 11:50:
Author: bugman
Date: Tue Jul 12 11:50:29 2011
New Revision: 13555

URL: http://svn.gna.org/viewcvs/relax?rev=13555&view=rev
Log:
Layout changes to the value.set user function window.


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

Modified: branches/gui_testing/gui/user_functions/value.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/user_functions/value.py?rev=13555&r1=13554&r2=13555&view=diff
==============================================================================
--- branches/gui_testing/gui/user_functions/value.py (original)
+++ branches/gui_testing/gui/user_functions/value.py Tue Jul 12 11:50:29 2011
@@ -51,7 +51,7 @@
         """
 
         # Execute the wizard.
-        wizard = Wiz_window(size_x=900, size_y=600, 
title=self.get_title('value', 'set'))
+        wizard = Wiz_window(size_x=1000, size_y=800, 
title=self.get_title('value', 'set'))
         page = Set_page(wizard, self.gui, self.interpreter)
         wizard.add_page(page)
         wizard.run()
@@ -64,6 +64,7 @@
     # Some class variables.
     image_path = WIZARD_IMAGE_PATH + 'value' + sep + 'value.png'
     uf_path = ['value', 'set']
+    desc_height = 400
 
     def add_contents(self, sizer):
         """Add the sequence specific GUI elements.




Related Messages


Powered by MHonArc, Updated Tue Jul 12 13:00:02 2011