From 13ab7561df83de861e7611dbec0e2749ae9f40aa Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Wed, 15 Oct 2008 08:37:15 +0000 Subject: [PATCH] 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 --- src/propgrid/editors.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/propgrid/editors.cpp b/src/propgrid/editors.cpp index 8e0e2e7b15..54f02888b2 100644 --- a/src/propgrid/editors.cpp +++ b/src/propgrid/editors.cpp @@ -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,8 +143,8 @@ // for odcombo #ifdef __WXMAC__ -#define wxPG_CHOICEXADJUST 0 -#define wxPG_CHOICEYADJUST -3 +#define wxPG_CHOICEXADJUST -3 // required because wxComboCtrl reserves 3pixels for wxTextCtrl's focus ring +#define wxPG_CHOICEYADJUST -3 #else #define wxPG_CHOICEXADJUST 0 #define wxPG_CHOICEYADJUST 0 -- 2.45.2