From 6bc5b235351dfe17e321c8bf9a955a1f7e29999a Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Mon, 21 Jun 2010 14:01:59 +0000 Subject: [PATCH] fixing year display, see #11444 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64669 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/generic/calctrlg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.45.2