fix state popup dimensions

This commit is contained in:
Isaac Connor 2015-06-03 12:22:12 -04:00
parent f99c5f3627
commit c8e41319e6
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ var popupSizes = {
'options': { 'width': 1000, 'height': 660 },
'preset': { 'width': 300, 'height': 120 },
'settings': { 'width': 220, 'height': 225 },
'state': { 'width': 370, 'height': 134 },
'state': { 'width': 400, 'height': 170 },
'stats': { 'width': 840, 'height': 200 },
'timeline': { 'width': 760, 'height': 540 },
'user': { 'width': 360, 'height': 420 },