diff options
author | brynnchernosky <56202540+brynnchernosky@users.noreply.github.com> | 2023-05-01 21:02:27 -0400 |
---|---|---|
committer | brynnchernosky <56202540+brynnchernosky@users.noreply.github.com> | 2023-05-01 21:02:27 -0400 |
commit | d2e56061dd9cb7913ede040e7d16aa451e39adc0 (patch) | |
tree | 88b697f85dad43d3fde25708f94505ee5d8557fd /src/client/documents/Documents.ts | |
parent | cb55cf455ef4b4e2acc0e1e54cb1be99c131b967 (diff) |
something appears
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index 31c8a7890..0f3d5867e 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -661,7 +661,7 @@ export namespace Docs { DocumentType.SIMULATION, { layout: { view: PhysicsSimulationBox, dataField: defaultDataKey }, - options: { _height: 150 } + options: { _height: 500 } } ] ]); @@ -669,7 +669,7 @@ export namespace Docs { const suffix = 'Proto'; /** - * This function loads or initializes the prototype for each docment type. + * This function loads or initializes the prototype for each document type. * * This is an asynchronous function because it has to attempt * to fetch the prototype documents from the server. |