diff --git a/Source/Core/DolphinWX/Frame.cpp b/Source/Core/DolphinWX/Frame.cpp index b24584ca97..56b078fc62 100644 --- a/Source/Core/DolphinWX/Frame.cpp +++ b/Source/Core/DolphinWX/Frame.cpp @@ -463,6 +463,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();