mailr12956 - /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 - 11:58:
Author: bugman
Date: Fri Jun 10 11:58:32 2011
New Revision: 12956

URL: http://svn.gna.org/viewcvs/relax?rev=12956&view=rev
Log:
The right hand box in the analysis windows now expands vertically with window 
resizing.


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=12956&r1=12955&r2=12956&view=diff
==============================================================================
--- 1.3/gui/analyses/base.py (original)
+++ 1.3/gui/analyses/base.py Fri Jun 10 11:58:32 2011
@@ -267,7 +267,7 @@
 
         # Build the right hand box and pack it next to the bitmap.
         right_box = self.build_right_box()
-        box.Add(right_box, 1, 0, 0)
+        box.Add(right_box, 1, wx.ALL|wx.EXPAND, 0)
 
 
     def setup_analysis_element(self, parent):




Related Messages


Powered by MHonArc, Updated Fri Jun 10 12:20:02 2011