diff --git a/src/osx/cocoa/radiobut.mm b/src/osx/cocoa/radiobut.mm index 05e1a021d2..0ec7fb4b27 100644 --- a/src/osx/cocoa/radiobut.mm +++ b/src/osx/cocoa/radiobut.mm @@ -109,6 +109,7 @@ wxWidgetImplType* wxWidgetImpl::CreateRadioButton( wxWindowMac* wxpeer, wxNSRadioButton* v = [[wxNSRadioButton alloc] initWithFrame:r]; [v setButtonType:NSRadioButton]; + [v setAlignment:NSLeftTextAlignment]; static int alternateAction = 1;