mailr13111 - /branches/gui_testing/gui/wizard.py


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

Header


Content

Posted by edward on June 17, 2011 - 17:03:
Author: bugman
Date: Fri Jun 17 17:03:40 2011
New Revision: 13111

URL: http://svn.gna.org/viewcvs/relax?rev=13111&view=rev
Log:
The panels inside the wizard can now expand to the full size.


Modified:
    branches/gui_testing/gui/wizard.py

Modified: branches/gui_testing/gui/wizard.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/wizard.py?rev=13111&r1=13110&r2=13111&view=diff
==============================================================================
--- branches/gui_testing/gui/wizard.py (original)
+++ branches/gui_testing/gui/wizard.py Fri Jun 17 17:03:40 2011
@@ -786,7 +786,7 @@
 
         # Store a new sizer for the page and its buttons.
         self.page_sizers.append(wx.BoxSizer(wx.VERTICAL))
-        self.main_sizer.Add(self.page_sizers[-1], 1, wx.ALL, 0)
+        self.main_sizer.Add(self.page_sizers[-1], 1, wx.ALL|wx.EXPAND, 0)
 
         # Add the sizer for the top half.
         top_sizer = wx.BoxSizer(wx.VERTICAL)




Related Messages


Powered by MHonArc, Updated Fri Jun 17 17:20:02 2011