From 4032f7e3489ba54e828b4b7b09ba093df5b39877 Mon Sep 17 00:00:00 2001 From: JOduMonT Date: Sun, 27 May 2018 10:40:48 +0200 Subject: [PATCH] PAL resolution size with this height you could see the save button. ref: https://en.wikipedia.org/wiki/Display_resolution#/media/File:Vector_Video_Standards8.svg --- src/storage.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/storage.js b/src/storage.js index 286205d..d4477d2 100644 --- a/src/storage.js +++ b/src/storage.js @@ -4,8 +4,8 @@ Default settings. Initialize storage to these values. var storage = { url: '', pageAction: false, - popupWidth: 900, - popupHeight: 600, + popupWidth: 576, + popupHeight: 768, } /**