mailr13720 - /branches/gui_testing/gui/wizard.py


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

Header


Content

Posted by edward on July 19, 2011 - 12:52:
Author: bugman
Date: Tue Jul 19 12:52:07 2011
New Revision: 13720

URL: http://svn.gna.org/viewcvs/relax?rev=13720&view=rev
Log:
The wizard window sizes are now set to some small defaults.


Modified:
    branches/gui_testing/gui/wizard.py

Modified: branches/gui_testing/gui/wizard.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/wizard.py?rev=13720&r1=13719&r2=13720&view=diff
==============================================================================
--- branches/gui_testing/gui/wizard.py (original)
+++ branches/gui_testing/gui/wizard.py Tue Jul 19 12:52:07 2011
@@ -927,7 +927,7 @@
     # Some class variables.
     _size_button = (100, 33)
 
-    def __init__(self, size_x=None, size_y=None, title='', border=10, 
style=wx.DEFAULT_DIALOG_STYLE):
+    def __init__(self, size_x=400, size_y=400, title='', border=10, 
style=wx.DEFAULT_DIALOG_STYLE):
         """Set up the window.
 
         @keyword style:     The dialog style.




Related Messages


Powered by MHonArc, Updated Tue Jul 19 13:00:02 2011