mailr11784 - /branches/bieri_gui/gui_bieri/user_functions/base.py


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

Header


Content

Posted by edward on December 13, 2010 - 17:00:
Author: bugman
Date: Mon Dec 13 17:00:02 2010
New Revision: 11784

URL: http://svn.gna.org/viewcvs/relax?rev=11784&view=rev
Log:
A spacer of 20 px has been added between the wizard artwork and the other 
elements.


Modified:
    branches/bieri_gui/gui_bieri/user_functions/base.py

Modified: branches/bieri_gui/gui_bieri/user_functions/base.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/user_functions/base.py?rev=11784&r1=11783&r2=11784&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/user_functions/base.py (original)
+++ branches/bieri_gui/gui_bieri/user_functions/base.py Mon Dec 13 17:00:02 
2010
@@ -124,6 +124,9 @@
             # Add the relax logo.
             sizer.Add(self.image, 0, wx.TOP|wx.ALIGN_CENTER_HORIZONTAL, 0)
 
+        # A spacer.
+        sizer.AddSpacer(20)
+
 
     def add_buttons(self, sizer):
         """Add the buttons to the sizer.




Related Messages


Powered by MHonArc, Updated Mon Dec 13 17:40:02 2010