[MacOSX] Fixing resize issue in layer setup dialog
This commit is contained in:
parent
28e6356250
commit
d475c544c8
|
@ -294,6 +294,7 @@ DIALOG_LAYERS_SETUP::DIALOG_LAYERS_SETUP( PCB_EDIT_FRAME* parent ) :
|
||||||
m_TitlePanel->SetMinSize( wxSize( -1, m_AdhesFrontName->GetSize().y+10 ) );
|
m_TitlePanel->SetMinSize( wxSize( -1, m_AdhesFrontName->GetSize().y+10 ) );
|
||||||
|
|
||||||
Layout();
|
Layout();
|
||||||
|
Fit();
|
||||||
|
|
||||||
Center();
|
Center();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue