From 9b19f7b4ba85a4bfd0c2d9bc2f88bdcf88f5a714 Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Wed, 19 Oct 2016 09:57:07 -0300 Subject: [PATCH] Fix window size for desktop version --- app-template/package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app-template/package.json b/app-template/package.json index afd2928f4..d0583355a 100644 --- a/app-template/package.json +++ b/app-template/package.json @@ -23,6 +23,9 @@ "frame": true, "width": 400, "height": 650, + "min_width": 400, + "max_width": 800, + "min_height": 650, "position": "center", "fullscreen": false },