From 95c8a1f9245256c30706934b54c2cafdd76462d5 Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Thu, 21 Jul 2016 09:53:10 -0300 Subject: [PATCH] Make window resizable for desktop version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9c1253e6f..98bc73bb1 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "toolbar": false, "show": true, "visible": true, - "resizable": false, + "resizable": true, "frame": true, "width": 800, "height": 600,