diff options
author | bobzel <zzzman@gmail.com> | 2023-05-23 15:59:44 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2023-05-23 15:59:44 -0400 |
commit | 26af8ab71bec926e4514c7df2d523f1635f55f9b (patch) | |
tree | d54595f0b9e687d2b6e45a2e29b0b81598a18a1b /src/client/documents/Documents.ts | |
parent | ec0c8abac9b3a3064dd4f102df0fcc010cfca7cf (diff) |
fixed resizing physbox container.
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 1a2409508..13c27d182 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -689,8 +689,8 @@ export namespace Docs { DocumentType.SIMULATION, { data: '', - layout: { view: PhysicsSimulationBox, dataField: defaultDataKey }, - options: { _height: 100, position: '', acceleration: '', pendulum: '', spring: '', wedge: '', simulation: '', review: '' }, + layout: { view: PhysicsSimulationBox, dataField: defaultDataKey, _width: 1000, _height: 800 }, + options: { _height: 100, layout_forceReflow: true, nativeHeightUnfrozen: true, nativeDimModifiable: true, position: '', acceleration: '', pendulum: '', spring: '', wedge: '', simulation: '', review: '' }, }, ], ]); |