Take a stab at fixing the GTK severity heading clipping issue.

Fixes https://gitlab.com/kicad/code/kicad/issues/6766
This commit is contained in:
Jeff Young 2020-12-17 00:23:31 +00:00
parent 0a8acb384d
commit b9b4618c8e
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ PANEL_SETUP_SEVERITIES::PANEL_SETUP_SEVERITIES( PAGED_DIALOG* aParent,
gridSizer->AddSpacer( 5 ); // col 1
gridSizer->AddSpacer( 5 ); // col 2
gridSizer->Add( heading, 0, wxALIGN_BOTTOM | wxALL, 4 );
gridSizer->Add( heading, 0, wxALIGN_BOTTOM | wxALL | wxEXPAND, 4 );
gridSizer->AddSpacer( 0 ); // col 2
}
else if( !msg.IsEmpty() ) // items with no message are for internal use only