aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-06-13 11:58:41 -0400
committerbob <bcz@cs.brown.edu>2019-06-13 11:58:41 -0400
commit5c8e4ee0c87b140f01f0d287af04fe205a80a584 (patch)
treedea35fe98ed404b762d8bbfcc7ba772225bda8f0 /src/client/documents/Documents.ts
parent95674ee7f68782d1ce85858120efea956825bcb9 (diff)
parente81e116b89fad0f3fcfb76039b0b802073307478 (diff)
Merge branch 'master' into rich_text_linking
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r--src/client/documents/Documents.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts
index 2ae127e21..b1df89dbd 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -166,7 +166,7 @@ export namespace Docs {
}
function CreateTextPrototype(): Doc {
let textProto = setupPrototypeOptions(textProtoId, "TEXT_PROTO", FormattedTextBox.LayoutString(),
- { x: 0, y: 0, width: 300, height: 150, backgroundColor: "#f1efeb" });
+ { x: 0, y: 0, width: 300, backgroundColor: "#f1efeb" });
return textProto;
}
function CreatePdfPrototype(): Doc {