Fix balance bar title

This commit is contained in:
Jordan Eldredge 2018-02-08 20:58:03 -08:00
parent 76f8c1bfdd
commit 7d5814e169
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ const Balance = props => (
onChange={props.handleChange}
onMouseDown={props.showMarquee}
onMouseUp={props.hideMarquee}
title="Panning Bar"
title="Balance"
/>
);

View file

@ -290,7 +290,7 @@ exports[`MainWindow renders to snapshot 1`] = `
"backgroundPosition": "0 -0px",
}
}
title="Panning Bar"
title="Balance"
type="range"
value={0}
/>