mailr12939 - /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 June 09, 2011 - 17:54:
Author: bugman
Date: Thu Jun  9 17:54:12 2011
New Revision: 12939

URL: http://svn.gna.org/viewcvs/relax?rev=12939&view=rev
Log:
Both SetSize() and SetMinSize() are now used for the main GUI window.

This allows for a proper layout.


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=12939&r1=12938&r2=12939&view=diff
==============================================================================
--- 1.3/gui/relax_gui.py (original)
+++ 1.3/gui/relax_gui.py Thu Jun  9 17:54:12 2011
@@ -156,6 +156,7 @@
 
         # Set up the frame.
         self.Layout()
+        self.SetSize((self.min_width, self.min_height))
         self.SetMinSize((self.min_width, self.min_height))
         self.Centre()
 




Related Messages


Powered by MHonArc, Updated Thu Jun 09 18:20:02 2011