mailr13829 - /branches/gui_testing/gui/analyses/auto_noe.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:51:
Author: bugman
Date: Fri Jul 22 12:51:12 2011
New Revision: 13829

URL: http://svn.gna.org/viewcvs/relax?rev=13829&view=rev
Log:
Better spacing in the steady-state NOE auto-analysis GUI element.


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

Modified: branches/gui_testing/gui/analyses/auto_noe.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/analyses/auto_noe.py?rev=13829&r1=13828&r2=13829&view=diff
==============================================================================
--- branches/gui_testing/gui/analyses/auto_noe.py (original)
+++ branches/gui_testing/gui/analyses/auto_noe.py Fri Jul 22 12:51:12 2011
@@ -178,9 +178,11 @@
         self.add_spin_systems(box, self)
 
         # Add the peak list selection GUI element, with spacing.
-        box.AddSpacer(10)
+        box.AddSpacer(40)
         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)
+
+        # Stretchable spacing.
+        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:40:03 2011