diff options
author | bob <bcz@cs.brown.edu> | 2019-02-22 15:24:42 -0500 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-02-22 15:24:42 -0500 |
commit | 1e83695f1380b7824d36bdc55305c44117f6da2c (patch) | |
tree | 3a2994e6c74657f168e9d9d8cf76ab98c45024c1 /src/client/views/collections/CollectionSchemaView.tsx | |
parent | 441775f3e16e56e1516c8fa93d12e4faaae03b38 (diff) |
changed PanelSize to PanelWidth/Height
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.tsx')
-rw-r--r-- | src/client/views/collections/CollectionSchemaView.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.tsx b/src/client/views/collections/CollectionSchemaView.tsx index df732308a..7e7d23fe4 100644 --- a/src/client/views/collections/CollectionSchemaView.tsx +++ b/src/client/views/collections/CollectionSchemaView.tsx @@ -149,7 +149,8 @@ export class CollectionSchemaView extends CollectionViewBase { ScreenToLocalTransform={this.getTransform} Scaling={this._parentScaling} isTopMost={false} - PanelSize={[this._panelWidth, this._panelHeight]} + PanelWidth={this._panelWidth} + PanelHeight={this._panelHeight} ContainingCollectionView={this.props.CollectionView} /> </div> } |