mailr14680 - /1.3/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 September 16, 2011 - 16:31:
Author: bugman
Date: Fri Sep 16 16:31:18 2011
New Revision: 14680

URL: http://svn.gna.org/viewcvs/relax?rev=14680&view=rev
Log:
Changed the size of the question box.


Modified:
    1.3/gui/analyses/auto_noe.py

Modified: 1.3/gui/analyses/auto_noe.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/gui/analyses/auto_noe.py?rev=14680&r1=14679&r2=14680&view=diff
==============================================================================
--- 1.3/gui/analyses/auto_noe.py (original)
+++ 1.3/gui/analyses/auto_noe.py Fri Sep 16 16:31:18 2011
@@ -289,7 +289,7 @@
             msg = "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.  Would you like to 
name the spins already loaded into the relax data store?"
 
             # Ask about naming spins, and add the spin.name user function 
page.
-            if status.show_gui and Question(msg, title="Incomplete setup", 
size=(450, 250), default=True).ShowModal() == wx.ID_YES:
+            if status.show_gui and Question(msg, title="Incomplete setup", 
size=(450, 220), default=True).ShowModal() == wx.ID_YES:
                 page = Name_page(self.wizard, sync=True)
                 self.page_indices['read'] = self.wizard.add_page(page, 
proceed_on_error=False)
 




Related Messages


Powered by MHonArc, Updated Fri Sep 16 16:40:02 2011