diff --git a/main/gui/source/init/splash_window.cpp b/main/gui/source/init/splash_window.cpp index dfc5cfa50..27aecb4bf 100644 --- a/main/gui/source/init/splash_window.cpp +++ b/main/gui/source/init/splash_window.cpp @@ -470,7 +470,7 @@ namespace hex::init { glfwWindowHint(GLFW_CLIENT_API, GLFW_OPENGL_API); // Create the splash screen window - m_window = glfwCreateWindow(1, 1, "Starting ImHex...", nullptr, nullptr); + m_window = glfwCreateWindow(WindowSize.x, WindowSize.y, "Starting ImHex...", nullptr, nullptr); if (m_window == nullptr) { hex::nativeErrorMessage(fmt::format( "Failed to create GLFW window: [{}] {}.\n"