feat: set size threshold

This commit is contained in:
misitebao 2021-09-09 22:20:54 +08:00
parent 87ffbfe791
commit 3be9f34eba

View File

@ -24,10 +24,10 @@ func main() {
Title: "{{.ProjectName}}", Title: "{{.ProjectName}}",
Width: 1600, Width: 1600,
Height: 1000, Height: 1000,
MinWidth: 1400, MinWidth: 1600,
MinHeight: 980, MinHeight: 1000,
MaxWidth: 2000, MaxWidth: 2000,
MaxHeight: 1500, MaxHeight: 1200,
DisableResize: false, DisableResize: false,
Fullscreen: false, Fullscreen: false,
Frameless: false, Frameless: false,