From 707f2e84db4b51ab168b0f2551e9cb8f315c16c7 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Thu, 21 Aug 2014 11:14:48 -0400 Subject: [PATCH] increase monitor popup height to fit v4l settings in --- web/skins/classic/js/skin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/skins/classic/js/skin.js b/web/skins/classic/js/skin.js index 5b9396497..ae5c49d8f 100644 --- a/web/skins/classic/js/skin.js +++ b/web/skins/classic/js/skin.js @@ -48,7 +48,7 @@ var popupSizes = { 'log': { 'width': 1080, 'height': 720 }, 'login': { 'width': 720, 'height': 480 }, 'logout': { 'width': 260, 'height': 100 }, - 'monitor': { 'width': 450, 'height': 400 }, + 'monitor': { 'width': 450, 'height': 440 }, 'monitorpreset':{ 'width': 440, 'height': 200 }, 'monitorprobe': { 'width': 500, 'height': 240 }, 'monitorselect':{ 'width': 160, 'height': 200 },