Make controlcap popup wider

This commit is contained in:
Isaac Connor 2019-03-24 09:59:04 -04:00
parent bd5c9b5b20
commit 677b9cfbed
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ var popupSizes = {
'console': {'width': 750, 'height': 312},
'control': {'width': 380, 'height': 480},
'controlcaps': {'width': 780, 'height': 320},
'controlcap': {'width': 400, 'height': 400},
'controlcap': {'width': 600, 'height': 400},
'cycle': {'addWidth': 32, 'minWidth': 384, 'addHeight': 62},
'device': {'width': 260, 'height': 150},
'devices': {'width': 400, 'height': 240},