Center preferences dialog correctly on initialization.
This commit is contained in:
parent
f81539cd41
commit
e32448edc2
|
@ -137,6 +137,8 @@ void PAGED_DIALOG::finishInitialization()
|
||||||
m_treebook->Layout();
|
m_treebook->Layout();
|
||||||
|
|
||||||
finishDialogSettings();
|
finishDialogSettings();
|
||||||
|
|
||||||
|
Centre( wxBOTH );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue