mirror of https://github.com/BOINC/boinc.git
MGR: Center the adv preferences dialog after opening it up.
This commit is contained in:
parent
93cb74084f
commit
296a4e8026
|
@ -121,8 +121,9 @@ CDlgAdvPreferences::CDlgAdvPreferences(wxWindow* parent) : CDlgAdvPreferencesBas
|
|||
}
|
||||
#endif
|
||||
|
||||
this->Layout();
|
||||
Layout();
|
||||
Fit();
|
||||
Centre();
|
||||
}
|
||||
|
||||
/* destructor */
|
||||
|
|
Loading…
Reference in New Issue