aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authorkimdahey <claire_kim1@brown.edu>2019-10-02 17:21:38 -0400
committerkimdahey <claire_kim1@brown.edu>2019-10-02 17:21:38 -0400
commit49d90a9a2b1d799a3ffdddf8ab45dc0d5c4fdb5b (patch)
tree8ce177e1cdc399352bba50b5564e75b64b6658a8 /src/client/documents/Documents.ts
parenta8f14c501cf676f6a2697b73d7f2a162d4100a9e (diff)
parenta19210e7db3e625c0bfe38b4f13b5312cc0c6e53 (diff)
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into webcam_mohammad
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r--src/client/documents/Documents.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts
index 6bd91c3b9..90028fc43 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -600,6 +600,7 @@ export namespace Docs {
if (type.indexOf("pdf") !== -1) {
ctor = Docs.Create.PdfDocument;
options.nativeWidth = 1200;
+ options.nativeHeight = 1200;
}
if (type.indexOf("excel") !== -1) {
ctor = Docs.Create.DBDocument;