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