aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents
diff options
context:
space:
mode:
authoryipstanley <stanley_yip@brown.edu>2019-07-13 15:59:41 -0400
committeryipstanley <stanley_yip@brown.edu>2019-07-13 15:59:41 -0400
commit5d437614e7ea56787a5e4ea84067d559bb051f5e (patch)
tree80d5303f9044a88e0172f98ebcfe9ae227bacfa7 /src/client/documents
parent18e18094d5398626267fb0378d5ceac14307ca71 (diff)
parentdafd50255e9a748d6d1032561d208b633e97f424 (diff)
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'src/client/documents')
-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 638ba287f..ada9f3610 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -142,7 +142,7 @@ export namespace Docs {
}],
[DocumentType.AUDIO, {
layout: { view: AudioBox },
- options: { height: 150 }
+ options: { height: 32 }
}],
[DocumentType.PDF, {
layout: { view: PDFBox, collectionView: [CollectionPDFView, data, anno] as CollectionViewType },