mailr13131 - /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 20, 2011 - 19:02:
Author: bugman
Date: Mon Jun 20 19:02:21 2011
New Revision: 13131

URL: http://svn.gna.org/viewcvs/relax?rev=13131&view=rev
Log:
Removed the 5 pt spacer after the next button in the wizard as the 15 pt 
spacer comes straight after.


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=13131&r1=13130&r2=13131&view=diff
==============================================================================
--- branches/gui_testing/gui/wizard.py (original)
+++ branches/gui_testing/gui/wizard.py Mon Jun 20 19:02:21 2011
@@ -798,9 +798,6 @@
                 self.button_sizers[i].Add(button, 0, wx.ADJUST_MINSIZE, 0)
                 self.Bind(wx.EVT_BUTTON, self.go_next, button)
 
-                # Spacer.
-                self.button_sizers[i].AddSpacer(5)
-
             # The OK button (only for single pages).
             if num_pages == 1:
                 button = buttons.ThemedGenBitmapTextButton(self, -1, None, " 
OK")




Related Messages


Powered by MHonArc, Updated Mon Jun 20 19:20:02 2011