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:
parent
2fd4a52415
commit
53ba104ecf
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user