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:
@@ -68,7 +68,7 @@
|
|||||||
|
|
||||||
// How many pixels between textctrl and button
|
// How many pixels between textctrl and button
|
||||||
#ifdef __WXMAC__
|
#ifdef __WXMAC__
|
||||||
#define wxPG_TEXTCTRL_AND_BUTTON_SPACING 8
|
#define wxPG_TEXTCTRL_AND_BUTTON_SPACING 4
|
||||||
#else
|
#else
|
||||||
#define wxPG_TEXTCTRL_AND_BUTTON_SPACING 2
|
#define wxPG_TEXTCTRL_AND_BUTTON_SPACING 2
|
||||||
#endif
|
#endif
|
||||||
@@ -143,8 +143,8 @@
|
|||||||
|
|
||||||
// for odcombo
|
// for odcombo
|
||||||
#ifdef __WXMAC__
|
#ifdef __WXMAC__
|
||||||
#define wxPG_CHOICEXADJUST 0
|
#define wxPG_CHOICEXADJUST -3 // required because wxComboCtrl reserves 3pixels for wxTextCtrl's focus ring
|
||||||
#define wxPG_CHOICEYADJUST -3
|
#define wxPG_CHOICEYADJUST -3
|
||||||
#else
|
#else
|
||||||
#define wxPG_CHOICEXADJUST 0
|
#define wxPG_CHOICEXADJUST 0
|
||||||
#define wxPG_CHOICEYADJUST 0
|
#define wxPG_CHOICEYADJUST 0
|
||||||
|
Reference in New Issue
Block a user