From a79c4ec09532a736bdb241615c643692c37fce20 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Sun, 7 Feb 2016 13:14:32 +0100 Subject: [PATCH] The main frame is initially centered now (until we come up with remember window layout feature). --- ZRCola/zrcolaframe.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ZRCola/zrcolaframe.cpp b/ZRCola/zrcolaframe.cpp index 30178ec..a426153 100644 --- a/ZRCola/zrcolaframe.cpp +++ b/ZRCola/zrcolaframe.cpp @@ -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'))