Add a fudge factor to the size of wxODBC in wxProperty under

wxMac. I've been unable to find out what shrinks the control
under wxMac.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56310 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling 2008-10-14 19:37:51 +00:00
parent 2fd4a52415
commit 53ba104ecf

View File

@ -142,8 +142,13 @@
#endif
// for odcombo
#ifdef __WXMAC__
#define wxPG_CHOICEXADJUST 0
#define wxPG_CHOICEYADJUST -3
#else
#define wxPG_CHOICEXADJUST 0
#define wxPG_CHOICEYADJUST 0
#endif
#define ODCB_CUST_PAINT_MARGIN 6 // Number added to image width for SetCustomPaintWidth