set min width and height - resizable true

This commit is contained in:
Javier 2016-08-25 16:54:11 -03:00
parent 910e4a2f0a
commit a7b554f198
1 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{
{
"//":"PLEASE! Do not edit this file directly",
"//":" Modify it at app-template/",
"//":" Modify it at app-template/",
"name": "bitpay",
"description": "The BitPay Bitcoin Wallet",
@ -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
},