aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2019-07-13 15:58:55 -0400
committerBob Zeleznik <zzzman@gmail.com>2019-07-13 15:58:55 -0400
commitdafd50255e9a748d6d1032561d208b633e97f424 (patch)
treecf4ed4692ab51d898864577c8fc41abbf57ec0b0 /src/client/documents/Documents.ts
parentc74de5f402b7582e89aa7401e34bfc1c86a6dde6 (diff)
tweaked audio box rendering. played with recording audio.
Diffstat (limited to 'src/client/documents/Documents.ts')
-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 2a3827782..8c0220a44 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -135,7 +135,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 },