Mention why fudgefactor for wxODBC position under wxMac is required

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56319 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2008-10-15 08:37:15 +00:00
parent 96c6575597
commit 13ab7561df

View File

@@ -68,7 +68,7 @@
// How many pixels between textctrl and button
#ifdef __WXMAC__
#define wxPG_TEXTCTRL_AND_BUTTON_SPACING 8
#define wxPG_TEXTCTRL_AND_BUTTON_SPACING 4
#else
#define wxPG_TEXTCTRL_AND_BUTTON_SPACING 2
#endif
@@ -143,7 +143,7 @@
// for odcombo
#ifdef __WXMAC__
#define wxPG_CHOICEXADJUST 0
#define wxPG_CHOICEXADJUST -3 // required because wxComboCtrl reserves 3pixels for wxTextCtrl's focus ring
#define wxPG_CHOICEYADJUST -3
#else
#define wxPG_CHOICEXADJUST 0