Configuration dialog centering removed

This commit is contained in:
Simon Rozman 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()

View File

@ -30,7 +30,7 @@
<property name="aui_managed">0</property>
<property name="aui_manager_style">wxAUI_MGR_DEFAULT</property>
<property name="bg"></property>
<property name="center">wxBOTH</property>
<property name="center"></property>
<property name="context_help"></property>
<property name="context_menu">1</property>
<property name="enabled">1</property>