aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2020-09-09 17:32:40 -0400
committerGitHub <noreply@github.com>2020-09-09 17:32:40 -0400
commit19751f41b642ad68e8029e6ea618232543a02ad8 (patch)
tree5304aaa2b9ee65a0ff98f061d53bdac5b489679e /src/client/documents/Documents.ts
parentb8300497de3d496015c719ad59df9b1d6d4b0e56 (diff)
parent5421bce8982076e671c0ff43c38621b43731ffb0 (diff)
Merge pull request #697 from browngraphicslab/workingTemplates
Working templates
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 7e276747c..2f7b5a449 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -1050,7 +1050,7 @@ export namespace DocUtils {
});
}
ctor = Docs.Create.WebDocument;
- options = { ...options, _nativeWidth: 850, _nativeHeight: 962, _width: 500, _height: 566, title: path, };
+ options = { ...options, _nativeWidth: 850, _width: 400, _height: 512, title: path, };
}
return ctor ? ctor(path, options) : undefined;
}