Add Horizontal Space to wx.BoxSizer

Chris,

   This worked perfectly. Here's the line of code:

   sb1Sizer.Add(d2Box, 0, wx.ALL|wx.ALIGN_CENTER_HORIZONTAL, 5)

where sb1Sizer is the StaticBoxSizer and d2Box is the second row of widgets
in that static box sizer.

Many thanks,

Rich

···

On Wed, 20 May 2015, Chris Barker wrote:

Note that you MAY also be able to do this by adding the second row with
the flag: wx.ALIGN_CENTER_HORIZONTAL