more unified ui across platforms

This commit is contained in:
2024-09-06 16:05:27 -04:00
parent a4e2514bc0
commit ae58fc7c5e
6 changed files with 7 additions and 20 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(1280, 720);
Win32Window::Size size(500, 900);
if (!window.Create(L"ything_radio", origin, size)) {
return EXIT_FAILURE;
}