MGR: Center the adv preferences dialog after opening it up.

This commit is contained in:
Rom Walton 2014-08-25 21:02:15 -04:00
parent 93cb74084f
commit 296a4e8026
1 changed files with 2 additions and 1 deletions

View File

@ -121,8 +121,9 @@ CDlgAdvPreferences::CDlgAdvPreferences(wxWindow* parent) : CDlgAdvPreferencesBas
}
#endif
this->Layout();
Layout();
Fit();
Centre();
}
/* destructor */