diff options
author | bob <bcz@cs.brown.edu> | 2019-11-19 09:45:10 -0500 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-11-19 09:45:10 -0500 |
commit | 617798db46a204ff089bf3400832af67872cc02f (patch) | |
tree | d986ae5238d0e47fb2ccc338832f106a55854283 /src/client/documents/Documents.ts | |
parent | 6de325def7e6a187d718fb3be77581c44fbd41db (diff) |
more fixes to pdfs
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index 3c88173cd..c5bf109a1 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -647,7 +647,7 @@ export namespace Docs { } if (type.indexOf("pdf") !== -1) { ctor = Docs.Create.PdfDocument; - options.nativeWidth = 1200; + options.nativeWidth = 927; options.nativeHeight = 1200; } if (type.indexOf("excel") !== -1) { |