X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9a83f860948059b0273b5cc6d9e43fadad3ebfca..8fe8b421fc1e5bb71e7ce3e2272d747ac6df079c:/src/generic/calctrlg.cpp diff --git a/src/generic/calctrlg.cpp b/src/generic/calctrlg.cpp index 6d4daae1d7..1129f56c54 100644 --- a/src/generic/calctrlg.cpp +++ b/src/generic/calctrlg.cpp @@ -800,7 +800,7 @@ wxSize wxGenericCalendarCtrl::DoGetBestSize() const + VERT_MARGIN; #ifdef __WXMAC__ // the spin control get clipped otherwise - width += 10; + width += 25; #endif wxCoord w2 = bestSizeCombo.x + HORZ_MARGIN + GetCharWidth()*6;