Configuration dialog centering removed

This commit is contained in:
2016-06-07 12:48:24 +02:00
parent 091dd43bfc
commit 1b54307b38
2 changed files with 1 additions and 3 deletions

View File

@@ -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()