From a7b554f19884a22c43946f79f7b91de002284640 Mon Sep 17 00:00:00 2001 From: Javier Date: Thu, 25 Aug 2016 16:54:11 -0300 Subject: [PATCH] set min width and height - resizable true --- package.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 3f287c72c..0785ac8e7 100644 --- a/package.json +++ b/package.json @@ -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 },