Tweak GRID_CELL_STC_EDITOR offset on GTK.

This commit is contained in:
Alex Shvartzkop 2024-04-14 01:19:55 +03:00
parent affcfed677
commit ab531a33d9
1 changed files with 2 additions and 0 deletions

View File

@ -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 );