Increase height of plugin window
This commit is contained in:
parent
2b770b2f58
commit
eb9e01eb00
|
@ -56,7 +56,7 @@ var popupSizes = {
|
||||||
'onvifprobe': { 'width': 500, 'height': 300 },
|
'onvifprobe': { 'width': 500, 'height': 300 },
|
||||||
'optionhelp': { 'width': 400, 'height': 320 },
|
'optionhelp': { 'width': 400, 'height': 320 },
|
||||||
'options': { 'width': 1000, 'height': 660 },
|
'options': { 'width': 1000, 'height': 660 },
|
||||||
'plugin': { 'addWidth': 50, 'addHeight': 100 },
|
'plugin': { 'addWidth': 50, 'addHeight': 120 },
|
||||||
'preset': { 'width': 300, 'height': 120 },
|
'preset': { 'width': 300, 'height': 120 },
|
||||||
'settings': { 'width': 220, 'height': 225 },
|
'settings': { 'width': 220, 'height': 225 },
|
||||||
'state': { 'width': 370, 'height': 134 },
|
'state': { 'width': 370, 'height': 134 },
|
||||||
|
|
|
@ -56,7 +56,7 @@ var popupSizes = {
|
||||||
'onvifprobe': { 'width': 500, 'height': 300 },
|
'onvifprobe': { 'width': 500, 'height': 300 },
|
||||||
'optionhelp': { 'width': 400, 'height': 320 },
|
'optionhelp': { 'width': 400, 'height': 320 },
|
||||||
'options': { 'width': 1000, 'height': 660 },
|
'options': { 'width': 1000, 'height': 660 },
|
||||||
'plugin': { 'addWidth': 50, 'addHeight': 100 },
|
'plugin': { 'addWidth': 50, 'addHeight': 120 },
|
||||||
'preset': { 'width': 300, 'height': 120 },
|
'preset': { 'width': 300, 'height': 120 },
|
||||||
'settings': { 'width': 220, 'height': 225 },
|
'settings': { 'width': 220, 'height': 225 },
|
||||||
'state': { 'width': 370, 'height': 134 },
|
'state': { 'width': 370, 'height': 134 },
|
||||||
|
|
Loading…
Reference in New Issue