From: Stefan Csomor Date: Sun, 6 Mar 2011 15:24:26 +0000 (+0000) Subject: position buttons to the right on OSX as well X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e418552365dcb44e4334c416df8f4e71c57162d3 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 --- diff --git a/src/generic/progdlgg.cpp b/src/generic/progdlgg.cpp index dcecbc62e8..fb454b7953 100644 --- a/src/generic/progdlgg.cpp +++ b/src/generic/progdlgg.cpp @@ -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