diff --git a/common/widgets/grid_text_helpers.cpp b/common/widgets/grid_text_helpers.cpp index b805675e7d..e55962f1e9 100644 --- a/common/widgets/grid_text_helpers.cpp +++ b/common/widgets/grid_text_helpers.cpp @@ -123,6 +123,8 @@ void GRID_CELL_STC_EDITOR::SetSize( const wxRect& aRect ) #if defined( __WXMSW__ ) rect.Offset( -1, 1 ); +#elif defined( __WXGTK__ ) + rect.Offset( -1, 3 ); #endif wxGridCellEditor::SetSize( rect );