mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2026-02-16 06:19:35 +00:00
添加window打包
This commit is contained in:
parent
b3a9d76c78
commit
db97c5c09c
2 changed files with 35 additions and 2 deletions
|
|
@ -26,7 +26,7 @@ int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev,
|
|||
|
||||
FlutterWindow window(project);
|
||||
// 居中
|
||||
UINT windowWidth = 832, windowHeight = 640;
|
||||
UINT windowWidth = 1050, windowHeight = 700;
|
||||
UINT scrWidth, scrHeight, xShaft, yShaft;
|
||||
scrWidth = GetSystemMetrics(SM_CXFULLSCREEN);
|
||||
scrHeight = GetSystemMetrics(SM_CYFULLSCREEN);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue