mirror of
https://github.com/misitebao/wails-template-vue
synced 2025-02-24 13:52:16 +08:00
feat: set size threshold
This commit is contained in:
parent
87ffbfe791
commit
3be9f34eba
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user