7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-02 00:26:45 +00:00

Adjust GTK STC margins.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/16685
This commit is contained in:
Jeff Young 2025-03-17 16:59:39 +00:00
parent f53d1a5356
commit 858f6b0fc2

View File

@ -144,7 +144,7 @@ void GRID_CELL_STC_EDITOR::Create( wxWindow* aParent, wxWindowID aId, wxEvtHandl
wxBORDER_NONE );
#ifdef __WXGTK__
stc_ctrl()->SetExtraAscent( 6 );
stc_ctrl()->SetExtraAscent( 2 );
stc_ctrl()->SetExtraDescent( 2 );
#endif