Fuck with size again
This commit is contained in:
@@ -25,7 +25,7 @@ int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev,
|
||||
project.set_dart_entrypoint_arguments(std::move(command_line_arguments));
|
||||
|
||||
FlutterWindow window(project);
|
||||
Win32Window::Size size(800, 800);
|
||||
Win32Window::Size size(1200, 800);
|
||||
Win32Window::Point origin((GetSystemMetrics(SM_CXSCREEN) - size.width) / 2,
|
||||
(GetSystemMetrics(SM_CYSCREEN) - size.height) / 2);
|
||||
if (!window.Create(L"Just a timer", origin, size)) {
|
||||
|
Reference in New Issue
Block a user