]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/calctrlg.cpp
Fix crash in wxMSW wxProgressDialog without wxPD_APP_MODAL style.
[wxWidgets.git] / 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;