From b4e2db5913398d5dbbeef09950c32032354bcbce Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Sat, 20 Mar 2021 00:01:02 +0000 Subject: [PATCH] Improve dialog layout. --- common/widgets/paged_dialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/widgets/paged_dialog.cpp b/common/widgets/paged_dialog.cpp index e81373a7b0..8ba327b6b8 100644 --- a/common/widgets/paged_dialog.cpp +++ b/common/widgets/paged_dialog.cpp @@ -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() )