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}}",
Width: 1600,
Height: 1000,
MinWidth: 1400,
MinHeight: 980,
MinWidth: 1600,
MinHeight: 1000,
MaxWidth: 2000,
MaxHeight: 1500,
MaxHeight: 1200,
DisableResize: false,
Fullscreen: false,
Frameless: false,