Desktop default window size (#57274)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user