Fix button sizing
This commit is contained in:
parent
06f85471a4
commit
aefc107d86
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue