From: Stefan Csomor Date: Mon, 21 Jun 2010 14:01:59 +0000 (+0000) Subject: fixing year display, see #11444 X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6bc5b235351dfe17e321c8bf9a955a1f7e29999a?hp=5bd77105934934cf38145e036d7072c2ca0b0456 fixing year display, see #11444 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64669 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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;