This commit is contained in:
toly
2023-10-24 15:52:15 +08:00
parent 9c91d7d7f3
commit 39c38ca975
14 changed files with 231 additions and 338 deletions

View File

@@ -26,7 +26,7 @@ int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev,
FlutterWindow window(project);
Win32Window::Point origin(10, 10);
Win32Window::Size size(640, 360);
Win32Window::Size size(1600, 1200);
if (!window.Create(L"iroute", origin, size)) {
return EXIT_FAILURE;
}