aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionFreeFormView.tsx
diff options
context:
space:
mode:
authorTyler Schicke <tyler_schicke@brown.edu>2019-02-20 20:18:31 -0500
committerTyler Schicke <tyler_schicke@brown.edu>2019-02-20 20:18:31 -0500
commitbdc798e6a966e12f574ab47cd46c9cb802aafe74 (patch)
treea74675518974f17a4fc21dbf6506592de761a348 /src/client/views/collections/CollectionFreeFormView.tsx
parent67a2592f5b267df3f3d2e1e96eb6dd6c0c8032a5 (diff)
parent3b067e1353d1814517dad0a53cc59f193e4ebab2 (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.tsx1
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>