Center preferences dialog correctly on initialization.

This commit is contained in:
Wayne Stambaugh 2021-12-13 09:17:25 -05:00
parent f81539cd41
commit e32448edc2
1 changed files with 2 additions and 0 deletions

View File

@ -137,6 +137,8 @@ void PAGED_DIALOG::finishInitialization()
m_treebook->Layout();
finishDialogSettings();
Centre( wxBOTH );
}