fix height of function popup

This commit is contained in:
Isaac Connor 2016-05-02 11:56:42 -04:00
parent 79572270d3
commit b38aa60209
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ var popupSizes = {
'filtersave': { 'width': 610, 'height': 220 },
'frame': { 'addWidth': 32, 'minWidth': 384, 'addHeight': 100 },
'frames': { 'width': 500, 'height': 600 },
'function': { 'width': 300, 'height': 92 },
'function': { 'width': 300, 'height': 160 },
'group': { 'width': 360, 'height': 300 },
'groups': { 'width': 540, 'height': 420 },
'image': { 'addWidth': 48, 'addHeight': 80 },

View File

@ -41,7 +41,7 @@ var popupSizes = {
'filtersave': { 'width': 610, 'height': 220 },
'frame': { 'addWidth': 32, 'minWidth': 384, 'addHeight': 100 },
'frames': { 'width': 500, 'height': 600 },
'function': { 'width': 300, 'height': 140 },
'function': { 'width': 300, 'height': 160 },
'group': { 'width': 360, 'height': 300 },
'groups': { 'width': 540, 'height': 420 },
'image': { 'addWidth': 48, 'addHeight': 80 },