mailr15737 - /1.3/gui/analyses/auto_model_free.py


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

Header


Content

Posted by edward on April 16, 2012 - 18:16:
Author: bugman
Date: Mon Apr 16 18:16:23 2012
New Revision: 15737

URL: http://svn.gna.org/viewcvs/relax?rev=15737&view=rev
Log:
Increased the size of the model-free model change warning dialog for wxPython 
2.9 on GNU/Linux.


Modified:
    1.3/gui/analyses/auto_model_free.py

Modified: 1.3/gui/analyses/auto_model_free.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/gui/analyses/auto_model_free.py?rev=15737&r1=15736&r2=15737&view=diff
==============================================================================
--- 1.3/gui/analyses/auto_model_free.py (original)
+++ 1.3/gui/analyses/auto_model_free.py Mon Apr 16 18:16:23 2012
@@ -884,7 +884,7 @@
 
         # First state that this should not be done.
         msg = "The model-free models used in dauvergne_protocol 
auto-analysis should almost never be changed!  The consequences will be 
unpredictable.  Please proceed only if you are sure of what you are doing.  
Would you like to modify the model-free model list?"
-        if status.show_gui and not Question(msg, title="Warning - do not 
change!", size=(400, 180), default=False).ShowModal() == wx.ID_YES:
+        if status.show_gui and not Question(msg, title="Warning - do not 
change!", size=(420, 210), default=False).ShowModal() == wx.ID_YES:
             return
 
         # Set the model selector window selections.




Related Messages


Powered by MHonArc, Updated Mon Apr 16 18:40:01 2012