From caefc9dc91f939c5bbcc41a899f94f8e8107080d Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Wed, 23 Dec 2020 18:33:17 +0000 Subject: [PATCH] Fix minor spacing issue in Symbol Chooser. --- common/widgets/lib_tree.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/widgets/lib_tree.cpp b/common/widgets/lib_tree.cpp index 26df4f1489..550875861b 100644 --- a/common/widgets/lib_tree.cpp +++ b/common/widgets/lib_tree.cpp @@ -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 {