diff options
author | bobzel <zzzman@gmail.com> | 2020-12-13 18:05:45 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2020-12-13 18:05:45 -0500 |
commit | 9af7025b7c9e6181843594f5179166556041234c (patch) | |
tree | c6b15ab4801107db5be75dfca4afe1cc77479aaf /src/client/views/nodes/AudioBox.tsx | |
parent | 7f39c20eefaa25b5e82d09c7cedd8ebd1b24af3f (diff) |
removed ContentScaling={returnOne} from a lot of places
Diffstat (limited to 'src/client/views/nodes/AudioBox.tsx')
-rw-r--r-- | src/client/views/nodes/AudioBox.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/views/nodes/AudioBox.tsx b/src/client/views/nodes/AudioBox.tsx index 7b721786f..2d0441cac 100644 --- a/src/client/views/nodes/AudioBox.tsx +++ b/src/client/views/nodes/AudioBox.tsx @@ -554,7 +554,6 @@ export class AudioBox extends ViewBoxAnnotatableComponent<FieldViewProps, AudioD rootSelected={returnFalse} LayoutTemplate={undefined} ContainingCollectionDoc={this.props.Document} - ContentScaling={returnOne} removeDocument={this.removeDocument} parentActive={returnTrue} onClick={this.layoutDoc.playOnClick ? script : undefined} @@ -641,7 +640,6 @@ export class AudioBox extends ViewBoxAnnotatableComponent<FieldViewProps, AudioD ContainingCollectionDoc={this.props.Document} parentActive={returnTrue} bringToFront={emptyFunction} - ContentScaling={returnOne} styleProvider={AudioBox.audioStyleProvider} LayoutTemplate={undefined} LayoutTemplateString={LinkAnchorBox.LayoutString(`anchor${Doc.LinkEndpoint(l, la2)}`)} |