diff options
| author | Tyler Schicke <tyler_schicke@brown.edu> | 2019-02-20 20:18:31 -0500 |
|---|---|---|
| committer | Tyler Schicke <tyler_schicke@brown.edu> | 2019-02-20 20:18:31 -0500 |
| commit | 5c147db2e12be2a5aeb57647eda3f4ab43bc697b (patch) | |
| tree | a74675518974f17a4fc21dbf6506592de761a348 /src/client/views/collections/CollectionFreeFormView.tsx | |
| parent | d218c0998b333c9bf6e905e999ce8b0bf02a72f7 (diff) | |
| parent | 2ec7f43648e5360bb3adb92443d7055abd269346 (diff) | |
Merge branch 'master' of github-tsch-brown:browngraphicslab/Dash-Web
Diffstat (limited to 'src/client/views/collections/CollectionFreeFormView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionFreeFormView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionFreeFormView.tsx b/src/client/views/collections/CollectionFreeFormView.tsx index a6f34dfdf..3a66ebb75 100644 --- a/src/client/views/collections/CollectionFreeFormView.tsx +++ b/src/client/views/collections/CollectionFreeFormView.tsx @@ -249,6 +249,7 @@ export class CollectionFreeFormView extends CollectionViewBase { ScreenToLocalTransform={this.getTransform} isTopMost={false} Scaling={1} + PanelSize={[doc.GetNumber(KeyStore.Width, 0), doc.GetNumber(KeyStore.Height, 0)]} ContainingCollectionView={this} />); })} </div> |
