mailr14600 - /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 September 06, 2011 - 17:24:
Author: bugman
Date: Tue Sep  6 17:24:23 2011
New Revision: 14600

URL: http://svn.gna.org/viewcvs/relax?rev=14600&view=rev
Log:
Bug fix for MS Windows - the main relax window is now maximized on start up.


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=14600&r1=14599&r2=14600&view=diff
==============================================================================
--- 1.3/gui/relax_gui.py (original)
+++ 1.3/gui/relax_gui.py Tue Sep  6 17:24:23 2011
@@ -84,6 +84,9 @@
         # Execute the base class __init__ method.
         super(Main, self).__init__(parent=parent, id=id, title=title, 
style=wx.DEFAULT_FRAME_STYLE|wx.MAXIMIZE)
 
+        # Force the main window to start maximised (needed for MS Windows).
+        self.Maximize()
+
         # Set up some standard interface-wide fonts.
         font.setup()
 




Related Messages


Powered by MHonArc, Updated Tue Sep 06 18:00:02 2011