mailr12974 - /1.3/gui/analyses/base.py


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

Header


Content

Posted by edward on June 10, 2011 - 15:38:
Author: bugman
Date: Fri Jun 10 15:38:56 2011
New Revision: 12974

URL: http://svn.gna.org/viewcvs/relax?rev=12974&view=rev
Log:
The left hand box of the analysis frames/windows now stretches vertically.


Modified:
    1.3/gui/analyses/base.py

Modified: 1.3/gui/analyses/base.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/gui/analyses/base.py?rev=12974&r1=12973&r2=12974&view=diff
==============================================================================
--- 1.3/gui/analyses/base.py (original)
+++ 1.3/gui/analyses/base.py Fri Jun 10 15:38:56 2011
@@ -299,7 +299,7 @@
 
         # Build the left hand box and add to the main box.
         left_box = self.build_left_box()
-        box.Add(left_box, 0, wx.ADJUST_MINSIZE, 0)
+        box.Add(left_box, 0, wx.ALL|wx.EXPAND|wx.ADJUST_MINSIZE, 0)
 
         # Central spacer.
         box.AddSpacer(self.border)




Related Messages


Powered by MHonArc, Updated Fri Jun 10 16:00:02 2011