mailr13914 - /branches/gui_testing/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 26, 2011 - 22:37:
Author: bugman
Date: Tue Jul 26 22:37:43 2011
New Revision: 13914

URL: http://svn.gna.org/viewcvs/relax?rev=13914&view=rev
Log:
relax is now started maximised in GUI mode.


Modified:
    branches/gui_testing/gui/relax_gui.py

Modified: branches/gui_testing/gui/relax_gui.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/relax_gui.py?rev=13914&r1=13913&r2=13914&view=diff
==============================================================================
--- branches/gui_testing/gui/relax_gui.py (original)
+++ branches/gui_testing/gui/relax_gui.py Tue Jul 26 22:37:43 2011
@@ -78,7 +78,7 @@
         """Initialise the main relax GUI frame."""
 
         # Execute the base class __init__ method.
-        super(Main, self).__init__(parent=parent, id=id, title=title, 
style=wx.DEFAULT_FRAME_STYLE)
+        super(Main, self).__init__(parent=parent, id=id, title=title, 
style=wx.DEFAULT_FRAME_STYLE|wx.MAXIMIZE)
 
         # Initialise some variables for the GUI.
         self.launch_dir = getcwd()




Related Messages


Powered by MHonArc, Updated Wed Jul 27 00:00:02 2011