diff options
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 62ec2f8bc..f777d8ef7 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -99,7 +99,7 @@ export namespace Docs { primary: FormattedTextBox.LayoutString() }], [DocumentType.HIST, { - options: { nativeWidth: 600, curPage: 0 }, + options: { height: 300, backgroundColor: "black" }, primary: CollectionView.LayoutString("annotations"), background: HistogramBox.LayoutString() }], |