make group and function popups bigger

pull/2077/head
Isaac Connor 2018-03-21 11:33:10 -07:00
parent 61d438511f
commit 7d4652e37b
1 changed files with 2 additions and 2 deletions

View File

@ -41,8 +41,8 @@ var popupSizes = {
'filter': { 'width': 900, 'height': 700 },
'frame': { 'addWidth': 32, 'minWidth': 384, 'addHeight': 200 },
'frames': { 'width': 600, 'height': 600 },
'function': { 'width': 300, 'height': 160 },
'group': { 'width': 360, 'height': 300 },
'function': { 'width': 350, 'height': 160 },
'group': { 'width': 760, 'height': 600 },
'groups': { 'width': 540, 'height': 420 },
'image': { 'addWidth': 48, 'addHeight': 80 },
'log': { 'width': 1080, 'height': 720 },