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
|
#endif
|
||||||
|
|
||||||
this->Layout();
|
Layout();
|
||||||
Fit();
|
Fit();
|
||||||
|
Centre();
|
||||||
}
|
}
|
||||||
|
|
||||||
/* destructor */
|
/* destructor */
|
||||||
|
|
Loading…
Reference in New Issue