Skip to content

Commit

Permalink
fix: chan strip - GUI compressor - delay header was 3 lines
Browse files Browse the repository at this point in the history
  • Loading branch information
olzzon committed Jan 31, 2020
1 parent e06e4cc commit de6a733
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/components/ChanStrip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ class ChanStrip extends React.PureComponent<IChanStripProps & IChanStripInjectPr
else {
return (
<div className="parameters">
<p className="group-text">
<div className="group-text">
COMPRESSOR
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Expand All @@ -336,7 +336,7 @@ class ChanStrip extends React.PureComponent<IChanStripProps & IChanStripInjectPr
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;
DELAY
</p>
</div>
<div className="parameter-group">
{this.threshold()}
<p className="zero-comp">______</p>
Expand Down

0 comments on commit de6a733

Please sign in to comment.