]> git.saurik.com Git - wxWidgets.git/commitdiff
fixing year display, see #11444
authorStefan Csomor <csomor@advancedconcepts.ch>
Mon, 21 Jun 2010 14:01:59 +0000 (14:01 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Mon, 21 Jun 2010 14:01:59 +0000 (14:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64669 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/calctrlg.cpp

index 6d4daae1d7100092bd73d95204faf1634f7c9b59..1129f56c54be1154ae9a330c9dfec556a6329c81 100644 (file)
@@ -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;