diff --git a/web/skins/classic/js/classic.js b/web/skins/classic/js/classic.js index b48850d51..041d52dea 100644 --- a/web/skins/classic/js/classic.js +++ b/web/skins/classic/js/classic.js @@ -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 },