Browse Source

Adjust GTK STC margins.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/16685
revert-0c36e162
Jeff Young 7 months ago
parent
commit
858f6b0fc2
  1. 2
      common/widgets/grid_text_helpers.cpp

2
common/widgets/grid_text_helpers.cpp

@ -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…
Cancel
Save