commit branches simulator windows web differences implementation

This commit is contained in:
atseirjo
2026-07-23 10:12:41 +02:00
parent c8a3cc9812
commit 423fa0efaa
6 changed files with 118 additions and 20 deletions
+1 -1
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(1280, 720);
Win32Window::Size size(1280, 986);
if (!window.Create(L"flutter_test_services", origin, size)) {
return EXIT_FAILURE;
}