Improve dialog layout.

This commit is contained in:
Jeff Young 2021-03-20 00:01:02 +00:00
parent 82a4cacb4f
commit b4e2db5913
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ PAGED_DIALOG::PAGED_DIALOG( wxWindow* aParent, const wxString& aTitle, bool aSho
if( aShowReset )
{
m_resetButton = new wxButton( this, wxID_ANY, _( "Reset to Defaults" ) );
m_buttonsSizer->Add( m_resetButton, 0, wxRIGHT|wxLEFT, 5 );
m_buttonsSizer->Add( m_resetButton, 0, wxALIGN_CENTER_VERTICAL|wxRIGHT|wxLEFT, 5 );
}
if( !aAuxiliaryAction.IsEmpty() )