mailr15729 - /1.3/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 April 16, 2012 - 16:00:
Author: bugman
Date: Mon Apr 16 16:00:19 2012
New Revision: 15729

URL: http://svn.gna.org/viewcvs/relax?rev=15729&view=rev
Log:
Increased the loading state warning dialog size.

This is to accommodate for larger text on wxPython 2.9 on GNU/Linux with GTK.


Modified:
    1.3/gui/relax_gui.py

Modified: 1.3/gui/relax_gui.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/gui/relax_gui.py?rev=15729&r1=15728&r2=15729&view=diff
==============================================================================
--- 1.3/gui/relax_gui.py (original)
+++ 1.3/gui/relax_gui.py Mon Apr 16 16:00:19 2012
@@ -631,7 +631,7 @@
             msg = "Loading a saved relax state file will cause all unsaved 
data to be lost.  Are you sure you would to open a save file?"
 
             # The dialog.
-            if status.show_gui and Question(msg, default=True).ShowModal() 
== wx.ID_NO:
+            if status.show_gui and Question(msg, default=True, size=(400, 
150)).ShowModal() == wx.ID_NO:
                 return
 
         # Open the dialog.




Related Messages


Powered by MHonArc, Updated Mon Apr 16 16:20:01 2012