make group and function popups bigger
parent
61d438511f
commit
7d4652e37b
|
@ -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 },
|
||||
|
|
Loading…
Reference in New Issue