Fix minor spacing issue in Symbol Chooser.

This commit is contained in:
Jeff Young 2020-12-23 18:33:17 +00:00
parent 17800b926f
commit caefc9dc91
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ LIB_TREE::LIB_TREE( wxWindow* aParent, LIB_TABLE* aLibTable,
wxSize( html_size.x, html_size.y ),
wxHW_SCROLLBAR_AUTO );
sizer->Add( m_details_ctrl, 2, wxALL | wxEXPAND, 5 );
sizer->Add( m_details_ctrl, 2, wxTOP | wxEXPAND, 5 );
}
else
{