[MacOSX] Fixing resize issue in layer setup dialog

This commit is contained in:
Marco Serantoni 2014-02-21 17:38:29 +01:00
parent 28e6356250
commit d475c544c8
1 changed files with 1 additions and 0 deletions

View File

@ -294,6 +294,7 @@ DIALOG_LAYERS_SETUP::DIALOG_LAYERS_SETUP( PCB_EDIT_FRAME* parent ) :
m_TitlePanel->SetMinSize( wxSize( -1, m_AdhesFrontName->GetSize().y+10 ) );
Layout();
Fit();
Center();