aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 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()
}],