Merge pull request #232 from JDonadio/ref/desktop-app-01

Set min width and height - resizable true
This commit is contained in:
Matias Alejo Garcia 2016-08-25 17:16:45 -03:00 committed by GitHub
commit 5d72b70f86
1 changed files with 5 additions and 3 deletions

View File

@ -23,8 +23,10 @@
"visible": true,
"resizable": true,
"frame": true,
"width": 800,
"width": 400,
"height": 600,
"min_width": 400,
"min_height": 600,
"position": "center",
"fullscreen": false
},