mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-21 00:59:29 +00:00
Fix balance bar title
This commit is contained in:
parent
76f8c1bfdd
commit
7d5814e169
2 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ const Balance = props => (
|
|||
onChange={props.handleChange}
|
||||
onMouseDown={props.showMarquee}
|
||||
onMouseUp={props.hideMarquee}
|
||||
title="Panning Bar"
|
||||
title="Balance"
|
||||
/>
|
||||
);
|
||||
|
||||
|
|
|
|||
|
|
@ -290,7 +290,7 @@ exports[`MainWindow renders to snapshot 1`] = `
|
|||
"backgroundPosition": "0 -0px",
|
||||
}
|
||||
}
|
||||
title="Panning Bar"
|
||||
title="Balance"
|
||||
type="range"
|
||||
value={0}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue