From ba09a26ba84bd8315b1a05e43f7cc0f2b2bd5007 Mon Sep 17 00:00:00 2001 From: Sam Wilkins Date: Thu, 11 Jul 2019 12:52:01 -0400 Subject: prototype default options fix --- src/client/documents/Documents.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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() }], -- cgit v1.2.3-70-g09d2