From: Stefan Csomor Date: Wed, 8 May 2002 22:55:14 +0000 (+0000) Subject: layout improvement on mac X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/81b6ccf12026b9e5447c1a8725c1bca3bfd14150?ds=inline layout improvement on mac git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15450 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/generic/calctrl.cpp b/src/generic/calctrl.cpp index 176bc6e0f9..810fa252f5 100644 --- a/src/generic/calctrl.cpp +++ b/src/generic/calctrl.cpp @@ -680,8 +680,11 @@ size_t wxCalendarCtrl::GetWeek(const wxDateTime& date) const // 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 - +#endif wxSize wxCalendarCtrl::DoGetBestSize() const { // calc the size of the calendar