Fix height of VU.
This commit is contained in:
parent
9b587ae3f0
commit
df155c89b1
1 changed files with 1 additions and 1 deletions
|
@ -309,7 +309,7 @@ export function NavBarMain() {
|
|||
<li className={"nav-item px-2 nav-vu" + (isPFL ? " pfl-live" : "")}>
|
||||
<VUMeter
|
||||
width={235}
|
||||
height={isPFL ? 32 : 40}
|
||||
height={isPFL ? 34 : 40}
|
||||
source={isPFL ? "pfl" : "master"}
|
||||
range={[-40, 3]}
|
||||
stereo={true}
|
||||
|
|
Loading…
Reference in a new issue