Increase height of plugin window

This commit is contained in:
Emmanuel Papin 2015-05-16 07:36:08 +02:00
parent 2b770b2f58
commit eb9e01eb00
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ var popupSizes = {
'onvifprobe': { 'width': 500, 'height': 300 },
'optionhelp': { 'width': 400, 'height': 320 },
'options': { 'width': 1000, 'height': 660 },
'plugin': { 'addWidth': 50, 'addHeight': 100 },
'plugin': { 'addWidth': 50, 'addHeight': 120 },
'preset': { 'width': 300, 'height': 120 },
'settings': { 'width': 220, 'height': 225 },
'state': { 'width': 370, 'height': 134 },

View File

@ -56,7 +56,7 @@ var popupSizes = {
'onvifprobe': { 'width': 500, 'height': 300 },
'optionhelp': { 'width': 400, 'height': 320 },
'options': { 'width': 1000, 'height': 660 },
'plugin': { 'addWidth': 50, 'addHeight': 100 },
'plugin': { 'addWidth': 50, 'addHeight': 120 },
'preset': { 'width': 300, 'height': 120 },
'settings': { 'width': 220, 'height': 225 },
'state': { 'width': 370, 'height': 134 },