diff --git a/src/PowderToySDL.cpp b/src/PowderToySDL.cpp index c91dc8cde..e6c92ca5f 100644 --- a/src/PowderToySDL.cpp +++ b/src/PowderToySDL.cpp @@ -608,6 +608,7 @@ int main(int argc, char * argv[]) { scale = 2; Client::Ref().SetPref("Scale", 2); + SDL_SetWindowSize(sdl_window, WINDOWW * 2, WINDOWH * 2); showDoubleScreenDialog = true; } if (!Client::Ref().IsFirstRun())