Make window resizable for desktop version

This commit is contained in:
Gustavo Maximiliano Cortez 2016-07-21 09:53:10 -03:00
parent fa39cee3b6
commit 95c8a1f924
No known key found for this signature in database
GPG Key ID: 15EDAD8D9F2EB1AF
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
"toolbar": false,
"show": true,
"visible": true,
"resizable": false,
"resizable": true,
"frame": true,
"width": 800,
"height": 600,