Shrink visualizer by one pixel

Fixes #536
This commit is contained in:
Jordan Eldredge 2018-04-10 17:37:26 -07:00
parent aeb9522a47
commit 00eafd6b47
2 changed files with 3 additions and 3 deletions

View file

@ -239,7 +239,7 @@ class Visualizer extends React.Component {
const mapStateToProps = state => ({
colors: state.display.skinColors,
style: state.display.visualizerStyle,
width: state.display.mainShade ? 38 : 76,
width: state.display.mainShade ? 38 : 75,
height: state.display.mainShade ? 5 : 16,
status: state.media.status,
spekles: !state.display.mainShade

View file

@ -121,10 +121,10 @@ exports[`MainWindow renders to snapshot 1`] = `
style={
Object {
"height": 16,
"width": 76,
"width": 75,
}
}
width={152}
width={150}
/>
<div
className="media-info"