git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28693
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#if TARGET_API_MAC_OSX
// margin should be bigger on OS X due to blue highlight
// around text control.
#if TARGET_API_MAC_OSX
// margin should be bigger on OS X due to blue highlight
// around text control.
-static const wxCoord MARGIN = 6;
+static const wxCoord MARGIN = 4;
// this is the border a focus rect on OSX is needing
static const int TEXTFOCUSBORDER = 3 ;
#else
// this is the border a focus rect on OSX is needing
static const int TEXTFOCUSBORDER = 3 ;
#else