From 1b54307b38d53b8a7b2bcc9035786f30556d634c Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Tue, 7 Jun 2016 12:48:24 +0200 Subject: [PATCH] Configuration dialog centering removed --- EAPMethods/res/wxEAP_UI.cpp | 2 -- EAPMethods/res/wxEAP_UI.fbp | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/EAPMethods/res/wxEAP_UI.cpp b/EAPMethods/res/wxEAP_UI.cpp index d6cbab5..9a331ab 100644 --- a/EAPMethods/res/wxEAP_UI.cpp +++ b/EAPMethods/res/wxEAP_UI.cpp @@ -40,8 +40,6 @@ wxEAPConfigBase::wxEAPConfigBase( wxWindow* parent, wxWindowID id, const wxStrin this->SetSizer( sz_content ); this->Layout(); sz_content->Fit( this ); - - this->Centre( wxBOTH ); } wxEAPConfigBase::~wxEAPConfigBase() diff --git a/EAPMethods/res/wxEAP_UI.fbp b/EAPMethods/res/wxEAP_UI.fbp index 17af4a3..a44ca3c 100644 --- a/EAPMethods/res/wxEAP_UI.fbp +++ b/EAPMethods/res/wxEAP_UI.fbp @@ -30,7 +30,7 @@ 0 wxAUI_MGR_DEFAULT - wxBOTH + 1 1