diff options
| author | bob <bcz@cs.brown.edu> | 2019-02-25 13:47:59 -0500 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-02-25 13:47:59 -0500 |
| commit | ad1aab1e757a2f0d8acc6038c19c54caa5b1ec48 (patch) | |
| tree | a1f445d64046a3fdf3dc9cd425a8626b583e8280 /src/client/views/collections/CollectionView.tsx | |
| parent | 067eee9293d1016ce6cbd57274bd7cd7f9660c6f (diff) | |
fixed so that docs are centered in middle of window.
Diffstat (limited to 'src/client/views/collections/CollectionView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionView.tsx b/src/client/views/collections/CollectionView.tsx index 88c15da07..6d30cf365 100644 --- a/src/client/views/collections/CollectionView.tsx +++ b/src/client/views/collections/CollectionView.tsx @@ -29,7 +29,7 @@ export class CollectionView extends React.Component<CollectionViewProps> { public static LayoutString(fieldKey: string = "DataKey") { return `<CollectionView Document={Document} - ScreenToLocalTransform={ScreenToLocalTransform} fieldKey={${fieldKey}} isSelected={isSelected} select={select} bindings={bindings} + ScreenToLocalTransform={ScreenToLocalTransform} fieldKey={${fieldKey}} panelWidth={PanelWidth} panelHeight={PanelHeight} isSelected={isSelected} select={select} bindings={bindings} isTopMost={isTopMost} BackgroundView={BackgroundView} />`; } public active = () => { |
