diff --git a/src/propgrid/editors.cpp b/src/propgrid/editors.cpp index 078b5f4f95..66b3d27a39 100644 --- a/src/propgrid/editors.cpp +++ b/src/propgrid/editors.cpp @@ -1890,7 +1890,7 @@ wxWindow* wxPropertyGrid::GenerateEditorTextCtrl( const wxPoint& pos, // Need to reduce width of text control on Mac #if defined(__WXMAC__) - s.x -= 8; + s.x -= 4; #endif // For label editors, trim the size to allow better splitter grabbing