diff --git a/eeschema/dialogs/dialog_bom_base.cpp b/eeschema/dialogs/dialog_bom_base.cpp index 4e9f017b57..23e01a8c28 100644 --- a/eeschema/dialogs/dialog_bom_base.cpp +++ b/eeschema/dialogs/dialog_bom_base.cpp @@ -115,7 +115,7 @@ DIALOG_BOM_BASE::DIALOG_BOM_BASE( wxWindow* parent, wxWindowID id, const wxStrin m_buttonReset = new wxButton( this, wxID_ANY, _("Reset to Defaults"), wxDefaultPosition, wxDefaultSize, 0 ); m_buttonReset->SetToolTip( _("Reset the list of BOM generator scripts to the default settings") ); - bSizer8->Add( m_buttonReset, 0, wxALL, 5 ); + bSizer8->Add( m_buttonReset, 0, wxALIGN_CENTER_VERTICAL|wxLEFT, 10 ); bSizer8->Add( 0, 0, 1, wxEXPAND, 5 ); @@ -132,7 +132,7 @@ DIALOG_BOM_BASE::DIALOG_BOM_BASE( wxWindow* parent, wxWindowID id, const wxStrin bSizer8->Add( m_sdbSizer, 0, wxEXPAND|wxALL, 5 ); - bMainSizer->Add( bSizer8, 0, wxEXPAND, 5 ); + bMainSizer->Add( bSizer8, 0, wxEXPAND|wxLEFT, 5 ); this->SetSizer( bMainSizer ); diff --git a/eeschema/dialogs/dialog_bom_base.fbp b/eeschema/dialogs/dialog_bom_base.fbp index d032e248e1..de3ce1ce46 100644 --- a/eeschema/dialogs/dialog_bom_base.fbp +++ b/eeschema/dialogs/dialog_bom_base.fbp @@ -920,7 +920,7 @@ 5 - wxEXPAND + wxEXPAND|wxLEFT 0 @@ -928,8 +928,8 @@ wxHORIZONTAL none - 5 - wxALL + 10 + wxALIGN_CENTER_VERTICAL|wxLEFT 0 1