mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Desktop default window size (#57274)
This commit is contained in:
parent
39ab50db14
commit
e013fc2484
@ -1,5 +1,5 @@
|
||||
#include "window_configuration.h"
|
||||
|
||||
const char *kFlutterWindowTitle = "{{projectName}}";
|
||||
const unsigned int kFlutterWindowWidth = 800;
|
||||
const unsigned int kFlutterWindowHeight = 600;
|
||||
const unsigned int kFlutterWindowWidth = 1280;
|
||||
const unsigned int kFlutterWindowHeight = 720;
|
||||
|
||||
@ -3,5 +3,5 @@
|
||||
const wchar_t* kFlutterWindowTitle = L"{{projectName}}";
|
||||
const unsigned int kFlutterWindowOriginX = 10;
|
||||
const unsigned int kFlutterWindowOriginY = 10;
|
||||
const unsigned int kFlutterWindowWidth = 800;
|
||||
const unsigned int kFlutterWindowHeight = 600;
|
||||
const unsigned int kFlutterWindowWidth = 1280;
|
||||
const unsigned int kFlutterWindowHeight = 720;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user