Fix button sizing

This commit is contained in:
Seth Hillbrand 2021-01-26 13:42:02 -08:00
parent 06f85471a4
commit aefc107d86
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ DIALOG_FOOTPRINT_CHECKER::DIALOG_FOOTPRINT_CHECKER( FOOTPRINT_EDIT_FRAME* aParen
m_sdbSizerCancel->SetLabel( _( "Close" ) );
m_sdbSizerOK->SetDefault();
m_sdbSizer->SetSizeHints( this );
GetSizer()->SetSizeHints(this);
Centre();
}