diff --git a/Source/Core/DolphinWX/Frame.cpp b/Source/Core/DolphinWX/Frame.cpp index 4972bb6b4e..7c7c08f94f 100644 --- a/Source/Core/DolphinWX/Frame.cpp +++ b/Source/Core/DolphinWX/Frame.cpp @@ -469,6 +469,9 @@ CFrame::CFrame(wxFrame* parent, ToggleLogConfigWindow(true); } + // Set the size of the window after the UI has been built, but before we show it + SetSize(size); + // Show window Show();