increase monitor popup height to fit v4l settings in

pull/327/merge
Isaac Connor 2014-08-21 11:14:48 -04:00
parent c6d19b3ecf
commit 707f2e84db
1 changed files with 1 additions and 1 deletions

View File

@ -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 },