mailr13828 - /branches/gui_testing/gui/analyses/auto_rx_base.py


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

Header


Content

Posted by edward on July 22, 2011 - 12:50:
Author: bugman
Date: Fri Jul 22 12:50:38 2011
New Revision: 13828

URL: http://svn.gna.org/viewcvs/relax?rev=13828&view=rev
Log:
Better spacing in the Rx auto-analysis GUI elements.


Modified:
    branches/gui_testing/gui/analyses/auto_rx_base.py

Modified: branches/gui_testing/gui/analyses/auto_rx_base.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/analyses/auto_rx_base.py?rev=13828&r1=13827&r2=13828&view=diff
==============================================================================
--- branches/gui_testing/gui/analyses/auto_rx_base.py (original)
+++ branches/gui_testing/gui/analyses/auto_rx_base.py Fri Jul 22 12:50:38 2011
@@ -187,7 +187,7 @@
         self.add_spin_systems(box, self)
 
         # Add the peak list selection GUI element, with spacing.
-        box.AddSpacer(10)
+        box.AddSpacer(20)
         self.peak_intensity = Spectra_list(gui=self.gui, parent=self, 
box=box, id=str(self.data_index), fn_add=self.peak_wizard)
         box.AddSpacer(10)
 
@@ -195,8 +195,9 @@
         self.grid_inc = self.add_spin_element(box, self, text="Grid search 
increments:", default=11, min=1, max=100, tooltip="This is the number of 
increments per dimension of the grid search performed prior to numerical 
optimisation.")
         self.mc_sim_num = self.add_spin_element(box, self, text="Monte Carlo 
simulation number:", default=500, min=1, max=100000, tooltip="This is the 
number of Monte Carlo simulations performed for error propagation and 
analysis.")
 
-        # Some spacing.
+        # Stretchable spacing (with minimal spacing).
         box.AddSpacer(10)
+        box.AddStretchSpacer()
 
         # Add the execution GUI element.
         self.button_exec_id = self.add_execute_relax(box, self.execute)




Related Messages


Powered by MHonArc, Updated Fri Jul 22 13:00:02 2011