git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15450
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// the constants used for the layout
#define VERT_MARGIN 5 // distance between combo and calendar
// the constants used for the layout
#define VERT_MARGIN 5 // distance between combo and calendar
+#ifdef __WXMAC__
+#define HORZ_MARGIN 5 // spin
+#else
#define HORZ_MARGIN 15 // spin
#define HORZ_MARGIN 15 // spin
wxSize wxCalendarCtrl::DoGetBestSize() const
{
// calc the size of the calendar
wxSize wxCalendarCtrl::DoGetBestSize() const
{
// calc the size of the calendar