mailr13500 - /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 July 07, 2011 - 18:07:
Author: bugman
Date: Thu Jul  7 18:07:41 2011
New Revision: 13500

URL: http://svn.gna.org/viewcvs/relax?rev=13500&view=rev
Log:
Removed 2 stretchable spacers at the end of the user function page which were 
causing layout issues.


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=13500&r1=13499&r2=13500&view=diff
==============================================================================
--- branches/gui_testing/gui/wizard.py (original)
+++ branches/gui_testing/gui/wizard.py Thu Jul  7 18:07:41 2011
@@ -157,8 +157,6 @@
         # Add the specific GUI elements (bounded by spacers).
         main_sizer.AddStretchSpacer()
         self.add_contents(main_sizer)
-        main_sizer.AddStretchSpacer()
-        main_sizer.AddStretchSpacer()
 
 
     def _add_desc(self, sizer, max_y=220):




Related Messages


Powered by MHonArc, Updated Thu Jul 07 18:20:02 2011