The main frame is initially centered now (until we come up with remember window layout feature).

This commit is contained in:
Simon Rozman 2016-02-07 13:14:32 +01:00
parent 994bc4daf2
commit a79c4ec095

View File

@ -70,6 +70,7 @@ bool wxZRColaFrame::Create()
SetSizer(boxH);
Layout();
Centre(wxBOTH);
// Register global hotkey(s).
if (!RegisterHotKey(wxZRColaHKID_INVOKE, MOD_ALT | MOD_CONTROL, 'Z'))