mailr13497 - /branches/gui_testing/gui/user_functions/relax_data.py


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

Header


Content

Posted by edward on July 07, 2011 - 16:56:
Author: bugman
Date: Thu Jul  7 16:56:37 2011
New Revision: 13497

URL: http://svn.gna.org/viewcvs/relax?rev=13497&view=rev
Log:
Changed the sizing of the relax_data.read user function page.


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

Modified: branches/gui_testing/gui/user_functions/relax_data.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/user_functions/relax_data.py?rev=13497&r1=13496&r2=13497&view=diff
==============================================================================
--- branches/gui_testing/gui/user_functions/relax_data.py (original)
+++ branches/gui_testing/gui/user_functions/relax_data.py Thu Jul  7 16:56:37 
2011
@@ -117,7 +117,7 @@
     """The relax_data.read() user function page."""
 
     # Some class variables.
-    desc_height = 100
+    desc_height = 140
     image_path = WIZARD_IMAGE_PATH + 'fid.png'
     uf_path = ['relax_data', 'read']
 
@@ -139,7 +139,7 @@
         self.frq = self.input_field(sizer, "The proton frequency in Hz:", 
tooltip=self.uf._doc_args_dict['frq'])
 
         # The parameter file settings.
-        self.free_file_format(sizer, data_cols=True)
+        self.free_file_format(sizer, data_cols=True, padding=5, spacer=0)
 
         # The spin ID restriction.
         self.spin_id = self.spin_id_element(sizer, desc="Restrict data 
loading to certain spins:")




Related Messages


Powered by MHonArc, Updated Thu Jul 07 17:00:02 2011