diff --git a/js/components/MainWindow/Visualizer.js b/js/components/MainWindow/Visualizer.js index f59bb287..2d0159de 100644 --- a/js/components/MainWindow/Visualizer.js +++ b/js/components/MainWindow/Visualizer.js @@ -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 diff --git a/js/components/MainWindow/__snapshots__/index.test.js.snap b/js/components/MainWindow/__snapshots__/index.test.js.snap index fe1a0893..ec96066b 100644 --- a/js/components/MainWindow/__snapshots__/index.test.js.snap +++ b/js/components/MainWindow/__snapshots__/index.test.js.snap @@ -121,10 +121,10 @@ exports[`MainWindow renders to snapshot 1`] = ` style={ Object { "height": 16, - "width": 76, + "width": 75, } } - width={152} + width={150} />