Merge pull request #232 from JDonadio/ref/desktop-app-01
Set min width and height - resizable true
This commit is contained in:
commit
5d72b70f86
1 changed files with 5 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
"//":"PLEASE! Do not edit this file directly",
|
"//":"PLEASE! Do not edit this file directly",
|
||||||
"//":" Modify it at app-template/",
|
"//":" Modify it at app-template/",
|
||||||
|
|
||||||
"name": "bitpay",
|
"name": "bitpay",
|
||||||
"description": "The BitPay Bitcoin Wallet",
|
"description": "The BitPay Bitcoin Wallet",
|
||||||
|
|
@ -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
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue