Hi Werner,
Werner F. Bruhin wrote:
> Riaan,
>
> I was missing the wx.ALIGN_RIGHT for the checkbox control.
>
> Added the following to BasicCompanions.CheckBoxDTC
>
> self.windowStyles = ['wx.ALIGN_RIGHT'] + self.windowStyles
>
> If this is the right way to do it can you add it on your side.
Yes, this is correct, thanks :)
Cheers,
Riaan.
|