[MacOSX] Fixing resize issue in layer setup dialog

This commit is contained in:
Marco Serantoni 2014-02-21 17:38:29 +01:00
parent f4c1bac7a8
commit 090eca72bc
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();