Symbol editor: minor fix do not allow the lib tree to be docked on bottom or top

of the editor frame: it cannot be displayed.
This commit is contained in:
jean-pierre charras 2023-07-30 12:45:03 +02:00
parent b34309fdba
commit 1b0dea069b
1 changed files with 1 additions and 0 deletions

View File

@ -193,6 +193,7 @@ SYMBOL_EDIT_FRAME::SYMBOL_EDIT_FRAME( KIWAY* aKiway, wxWindow* aParent ) :
// Columns; layers 1 - 3
m_auimgr.AddPane( m_treePane, EDA_PANE().Palette().Name( "SymbolTree" )
.Left().Layer( 3 )
.TopDockable( false ).BottomDockable( false )
.Caption( _( "Libraries" ) )
.MinSize( 250, -1 ).BestSize( 250, -1 ) );