mailr14004 - in /branches/gui_testing/gui/analyses: auto_noe.py 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 29, 2011 - 17:28:
Author: bugman
Date: Fri Jul 29 17:28:01 2011
New Revision: 14004

URL: http://svn.gna.org/viewcvs/relax?rev=14004&view=rev
Log:
Decreased the heights of the auto-analysis peak intensity loading wizards.


Modified:
    branches/gui_testing/gui/analyses/auto_noe.py
    branches/gui_testing/gui/analyses/auto_rx_base.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=14004&r1=14003&r2=14004&view=diff
==============================================================================
--- branches/gui_testing/gui/analyses/auto_noe.py (original)
+++ branches/gui_testing/gui/analyses/auto_noe.py Fri Jul 29 17:28:01 2011
@@ -258,7 +258,7 @@
             error_message("No spins have been named.  Please use the 
spin.name user function first, otherwise it is unlikely that any data will be 
loaded from the peak intensity file.\n\nThis message can be ignored if the 
generic file format is used and spin names have not been specified.", 
caption='Incomplete setup')
 
         # Initialise a wizard.
-        self.wizard = Wiz_window(size_x=1000, size_y=900, title="Set up the 
NOE peak intensities")
+        self.wizard = Wiz_window(size_x=1000, size_y=750, title="Set up the 
NOE peak intensities")
         self.page_indices = {}
 
         # The spectrum.read_intensities page.

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=14004&r1=14003&r2=14004&view=diff
==============================================================================
--- branches/gui_testing/gui/analyses/auto_rx_base.py (original)
+++ branches/gui_testing/gui/analyses/auto_rx_base.py Fri Jul 29 17:28:01 2011
@@ -272,7 +272,7 @@
             error_message("No spins have been named.  Please use the 
spin.name user function first, otherwise it is unlikely that any data will be 
loaded from the peak intensity file.\n\nThis message can be ignored if the 
generic file format is used and spin names have not been specified.", 
caption='Incomplete setup')
 
         # Initialise a wizard.
-        self.wizard = Wiz_window(size_x=1000, size_y=900, title="Set up the 
%s peak intensities" % self.label)
+        self.wizard = Wiz_window(size_x=1000, size_y=750, title="Set up the 
%s peak intensities" % self.label)
         self.page_indices = {}
 
         # The spectrum.read_intensities page.




Related Messages


Powered by MHonArc, Updated Fri Jul 29 17:40:03 2011