increase logout popup size

pull/2077/head
Isaac Connor 2018-01-11 10:58:06 -05:00
parent 3b81cb9eed
commit 3ba6760f1b
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ var popupSizes = {
'image': { 'addWidth': 48, 'addHeight': 80 },
'log': { 'width': 1080, 'height': 720 },
'login': { 'width': 720, 'height': 480 },
'logout': { 'width': 260, 'height': 150 },
'logout': { 'width': 460, 'height': 300 },
'monitor': { 'width': 700, 'height': 680 },
'monitorpreset':{ 'width': 440, 'height': 200 },
'monitorprobe': { 'width': 500, 'height': 240 },