Fix window size for desktop version
This commit is contained in:
parent
75414a7578
commit
9b19f7b4ba
1 changed files with 3 additions and 0 deletions
|
|
@ -23,6 +23,9 @@
|
||||||
"frame": true,
|
"frame": true,
|
||||||
"width": 400,
|
"width": 400,
|
||||||
"height": 650,
|
"height": 650,
|
||||||
|
"min_width": 400,
|
||||||
|
"max_width": 800,
|
||||||
|
"min_height": 650,
|
||||||
"position": "center",
|
"position": "center",
|
||||||
"fullscreen": false
|
"fullscreen": false
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue