mailr14005 - in /branches/gui_testing/gui: analyses/ user_functions/


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:35:
Author: bugman
Date: Fri Jul 29 17:35:28 2011
New Revision: 14005

URL: http://svn.gna.org/viewcvs/relax?rev=14005&view=rev
Log:
A few more layout improvements to the wizards.


Modified:
    branches/gui_testing/gui/analyses/auto_noe.py
    branches/gui_testing/gui/analyses/auto_rx_base.py
    branches/gui_testing/gui/analyses/base.py
    branches/gui_testing/gui/user_functions/spectrum.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=14005&r1=14004&r2=14005&view=diff
==============================================================================
--- branches/gui_testing/gui/analyses/auto_noe.py (original)
+++ branches/gui_testing/gui/analyses/auto_noe.py Fri Jul 29 17:35:28 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=750, title="Set up the 
NOE peak intensities")
+        self.wizard = Wiz_window(size_x=1000, size_y=800, 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=14005&r1=14004&r2=14005&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:35:28 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=750, title="Set up the 
%s peak intensities" % self.label)
+        self.wizard = Wiz_window(size_x=1000, size_y=800, title="Set up the 
%s peak intensities" % self.label)
         self.page_indices = {}
 
         # The spectrum.read_intensities page.

Modified: branches/gui_testing/gui/analyses/base.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/analyses/base.py?rev=14005&r1=14004&r2=14005&view=diff
==============================================================================
--- branches/gui_testing/gui/analyses/base.py (original)
+++ branches/gui_testing/gui/analyses/base.py Fri Jul 29 17:35:28 2011
@@ -591,7 +591,7 @@
     # Class variables.
     image_path = paths.WIZARD_IMAGE_PATH + 'spectrum' + sep + 
'spectrum_200.png'
     uf_path = ['spectrum', 'error_analysis']
-    height_desc = 500
+    height_desc = 450
 
     def add_contents(self, sizer):
         """Add the specific GUI elements.

Modified: branches/gui_testing/gui/user_functions/spectrum.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/user_functions/spectrum.py?rev=14005&r1=14004&r2=14005&view=diff
==============================================================================
--- branches/gui_testing/gui/user_functions/spectrum.py (original)
+++ branches/gui_testing/gui/user_functions/spectrum.py Fri Jul 29 17:35:28 
2011
@@ -88,7 +88,7 @@
         """
 
         # Execute the wizard.
-        wizard = Wiz_window(size_x=1000, size_y=750, 
title=self.get_title('spectrum', 'read_intensities'))
+        wizard = Wiz_window(size_x=1000, size_y=800, 
title=self.get_title('spectrum', 'read_intensities'))
         page = Read_intensities_page(wizard, self.gui)
         wizard.add_page(page)
         wizard.run()




Related Messages


Powered by MHonArc, Updated Fri Jul 29 18:20:02 2011