mailr13498 - /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:58:
Author: bugman
Date: Thu Jul  7 16:58:01 2011
New Revision: 13498

URL: http://svn.gna.org/viewcvs/relax?rev=13498&view=rev
Log:
Shifted the free file format setting GUI element to the end 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=13498&r1=13497&r2=13498&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:58:01 
2011
@@ -138,11 +138,11 @@
         # The frequency.
         self.frq = self.input_field(sizer, "The proton frequency in Hz:", 
tooltip=self.uf._doc_args_dict['frq'])
 
+        # The spin ID restriction.
+        self.spin_id = self.spin_id_element(sizer, desc="Restrict data 
loading to certain spins:")
+
         # The parameter file settings.
         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:")
 
 
     def on_execute(self):




Related Messages


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