set min width and height - resizable true

This commit is contained in:
Javier 2016-08-25 16:54:11 -03:00
commit a7b554f198

View file

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