From c007e308f886c83eabf3ff9e92c182a73e1594b9 Mon Sep 17 00:00:00 2001 From: Maciej Suminski Date: Tue, 16 Jun 2015 14:51:34 +0200 Subject: [PATCH] One more dialog assert fix. --- common/dialogs/dialog_hotkeys_editor_base.cpp | 4 ++-- common/dialogs/dialog_hotkeys_editor_base.fbp | 4 ++-- common/dialogs/dialog_hotkeys_editor_base.h | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/common/dialogs/dialog_hotkeys_editor_base.cpp b/common/dialogs/dialog_hotkeys_editor_base.cpp index 65f821fedb..09bad64ef8 100644 --- a/common/dialogs/dialog_hotkeys_editor_base.cpp +++ b/common/dialogs/dialog_hotkeys_editor_base.cpp @@ -1,5 +1,5 @@ /////////////////////////////////////////////////////////////////////////// -// C++ code generated with wxFormBuilder (version Jun 6 2014) +// C++ code generated with wxFormBuilder (version Mar 9 2015) // http://www.wxformbuilder.org/ // // PLEASE DO "NOT" EDIT THIS FILE! @@ -37,7 +37,7 @@ HOTKEYS_EDITOR_DIALOG_BASE::HOTKEYS_EDITOR_DIALOG_BASE( wxWindow* parent, wxWind b_buttonsSizer->Add( m_undoButton, 0, wxALL|wxEXPAND, 5 ); - bMainSizer->Add( b_buttonsSizer, 0, wxALIGN_CENTER|wxALIGN_RIGHT, 5 ); + bMainSizer->Add( b_buttonsSizer, 0, wxALIGN_RIGHT, 5 ); this->SetSizer( bMainSizer ); diff --git a/common/dialogs/dialog_hotkeys_editor_base.fbp b/common/dialogs/dialog_hotkeys_editor_base.fbp index e4661000d7..ebb94f458b 100644 --- a/common/dialogs/dialog_hotkeys_editor_base.fbp +++ b/common/dialogs/dialog_hotkeys_editor_base.fbp @@ -262,9 +262,9 @@ 5 - wxALIGN_CENTER|wxALIGN_RIGHT + wxALIGN_RIGHT 0 - + b_buttonsSizer wxHORIZONTAL diff --git a/common/dialogs/dialog_hotkeys_editor_base.h b/common/dialogs/dialog_hotkeys_editor_base.h index 58c3ce6c67..d4fe106fe3 100644 --- a/common/dialogs/dialog_hotkeys_editor_base.h +++ b/common/dialogs/dialog_hotkeys_editor_base.h @@ -1,5 +1,5 @@ /////////////////////////////////////////////////////////////////////////// -// C++ code generated with wxFormBuilder (version Jun 6 2014) +// C++ code generated with wxFormBuilder (version Mar 9 2015) // http://www.wxformbuilder.org/ // // PLEASE DO "NOT" EDIT THIS FILE!