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:
parent
f53d1a5356
commit
858f6b0fc2
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user