diff options
| author | tschicke-brown <tyler_schicke@brown.edu> | 2019-06-27 12:04:10 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-06-27 12:04:10 -0400 |
| commit | c5c181aea773eaf2cfb5cf1f6fc186e753665a81 (patch) | |
| tree | 7292d7f4b65425dee3328bb95ec45fb46b86e8d2 /src/client/views/collections/collectionFreeForm | |
| parent | cb9a1b6419bd0932ad05bd517efa4be668682540 (diff) | |
| parent | 185b888f6fb4dae3f814350bbab8030e0ed7c135 (diff) | |
Merge pull request #173 from browngraphicslab/text_box_ab
Text box ab
Diffstat (limited to 'src/client/views/collections/collectionFreeForm')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/MarqueeView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionFreeForm/MarqueeView.tsx b/src/client/views/collections/collectionFreeForm/MarqueeView.tsx index 50f76b5f0..61f0bf7ca 100644 --- a/src/client/views/collections/collectionFreeForm/MarqueeView.tsx +++ b/src/client/views/collections/collectionFreeForm/MarqueeView.tsx @@ -94,7 +94,7 @@ export class MarqueeView extends React.Component<MarqueeViewProps> } }); } else if (!e.ctrlKey) { - let newBox = Docs.TextDocument({ width: 200, height: 50, x: x, y: y, title: "-typed text-" }); + let newBox = Docs.TextDocument({ width: 200, height: 100, x: x, y: y, title: "-typed text-" }); newBox.proto!.autoHeight = true; this.props.addLiveTextDocument(newBox); } |
