diff options
author | bobzel <zzzman@gmail.com> | 2020-09-09 17:34:35 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2020-09-09 17:34:35 -0400 |
commit | e650f4dddb6a5f30b8eac0c6097cead28e04cd48 (patch) | |
tree | f015b71920a0ff6a0d5a7124b00acb4f8dc1001b /src/client/documents/Documents.ts | |
parent | 54c02b71da4e7a698e0d5d7ecf66ab3fd082edf6 (diff) | |
parent | 19751f41b642ad68e8029e6ea618232543a02ad8 (diff) |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
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 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; } |