git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67134
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// Windows dialogs usually have buttons in the lower right corner
const int sizerFlags =
// 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
wxALIGN_RIGHT | wxALL
#else // !MSW
wxALIGN_CENTER_HORIZONTAL | wxBOTTOM | wxTOP