mailr13337 - /branches/gui_testing/gui/components/spin_view.py


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

Header


Content

Posted by edward on June 30, 2011 - 11:07:
Author: bugman
Date: Thu Jun 30 11:07:00 2011
New Revision: 13337

URL: http://svn.gna.org/viewcvs/relax?rev=13337&view=rev
Log:
The spin tree window is no longer started as maximised.


Modified:
    branches/gui_testing/gui/components/spin_view.py

Modified: branches/gui_testing/gui/components/spin_view.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/components/spin_view.py?rev=13337&r1=13336&r2=13337&view=diff
==============================================================================
--- branches/gui_testing/gui/components/spin_view.py (original)
+++ branches/gui_testing/gui/components/spin_view.py Thu Jun 30 11:07:00 2011
@@ -925,9 +925,6 @@
         # Set the default size of the controller.
         self.SetSize((self.size_x, self.size_y))
 
-        # Start maximised.
-        self.Maximize(True)
-
         # Return the sizer.
         return sizer
 




Related Messages


Powered by MHonArc, Updated Thu Jun 30 13:40:03 2011