diff --git a/src/generic/calctrlg.cpp b/src/generic/calctrlg.cpp index 1b67512a02..5a66eb2471 100644 --- a/src/generic/calctrlg.cpp +++ b/src/generic/calctrlg.cpp @@ -705,7 +705,7 @@ wxSize wxGenericCalendarCtrl::DoGetBestSize() const width += 25; #endif - wxCoord w2 = bestSizeCombo.x + HORZ_MARGIN + GetCharWidth()*6; + wxCoord w2 = bestSizeCombo.x + HORZ_MARGIN + GetCharWidth()*8; if ( width < w2 ) width = w2; }