mailr17228 - /trunk/gui/relax_gui.py


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

Header


Content

Posted by edward on July 11, 2012 - 12:23:
Author: bugman
Date: Wed Jul 11 12:23:50 2012
New Revision: 17228

URL: http://svn.gna.org/viewcvs/relax?rev=17228&view=rev
Log:
Increased the size of the test suite warning dialog for MS Windows.


Modified:
    trunk/gui/relax_gui.py

Modified: trunk/gui/relax_gui.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/gui/relax_gui.py?rev=17228&r1=17227&r2=17228&view=diff
==============================================================================
--- trunk/gui/relax_gui.py (original)
+++ trunk/gui/relax_gui.py Wed Jul 11 12:23:50 2012
@@ -525,7 +525,7 @@
 
         # Ask if this should be done.
         msg = "In running the test suite, relax will be reset and all data 
lost.  Are you sure you would like to run the test suite?"
-        if Question(msg, parent=self, default=False).ShowModal() == wx.ID_NO:
+        if Question(msg, parent=self, size=(400, 150), 
default=False).ShowModal() == wx.ID_NO:
             return
 
         # Set the test suite flag.




Related Messages


Powered by MHonArc, Updated Wed Jul 11 15:40:01 2012