Remove minimum pin after fixing size.
Fixes https://gitlab.com/kicad/code/kicad/issues/5347
This commit is contained in:
parent
8eda4d93ee
commit
1d1a5afe0c
|
@ -289,6 +289,7 @@ PCB_EDIT_FRAME::PCB_EDIT_FRAME( KIWAY* aKiway, wxWindow* aParent ) :
|
|||
m_auimgr.Update();
|
||||
|
||||
// now make it resizable again
|
||||
layersManager.MinSize( 180, -1 );
|
||||
layersManager.Resizable();
|
||||
m_auimgr.Update();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue