adjust monitor popup height

pull/327/merge
Isaac Connor 2014-08-21 11:15:35 -04:00
parent 707f2e84db
commit 6564c4359b
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ var popupSizes = {
'log': { 'width': 980, 'height': 720 },
'login': { 'width': 720, 'height': 480 },
'logout': { 'width': 240, 'height': 100 },
'monitor': { 'width': 500, 'height': 620 },
'monitor': { 'width': 500, 'height': 660 },
'monitorpreset':{ 'width': 400, 'height': 250 },
'monitorprobe': { 'width': 500, 'height': 240 },
'monitorselect':{ 'width': 160, 'height': 200 },