diff options
| author | yipstanley <stanley_yip@brown.edu> | 2019-07-13 15:59:41 -0400 |
|---|---|---|
| committer | yipstanley <stanley_yip@brown.edu> | 2019-07-13 15:59:41 -0400 |
| commit | 5d437614e7ea56787a5e4ea84067d559bb051f5e (patch) | |
| tree | 80d5303f9044a88e0172f98ebcfe9ae227bacfa7 /src/client/documents | |
| parent | 18e18094d5398626267fb0378d5ceac14307ca71 (diff) | |
| parent | dafd50255e9a748d6d1032561d208b633e97f424 (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'src/client/documents')
| -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 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 }, |
