position buttons to the right on OSX as well
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67134 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -261,7 +261,7 @@ void wxGenericProgressDialog::Create( const wxString& title,
|
||||
|
||||
// Windows dialogs usually have buttons in the lower right corner
|
||||
const int sizerFlags =
|
||||
#if defined(__WXMSW__) || defined(__WXPM__)
|
||||
#if defined(__WXMSW__) || defined(__WXPM__) || defined(__WXOSX__)
|
||||
wxALIGN_RIGHT | wxALL
|
||||
#else // !MSW
|
||||
wxALIGN_CENTER_HORIZONTAL | wxBOTTOM | wxTOP
|
||||
|
Reference in New Issue
Block a user