Skip to content

Commit

Permalink
change height of slider background to account for change to HSlider, p…
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Jun 9, 2017
1 parent 9e11a29 commit 47bf2f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/rgb/view/RGBSlider.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ define( function( require ) {
hSlider.rotation = -Math.PI / 2;

var rectWidth = hSlider.width + 8;
var rectHeight = hSlider.height + 30;
var rectHeight = hSlider.height + 22;

Rectangle.call( this, 0, 0, rectWidth, rectHeight, 5, 5,
{
Expand Down

0 comments on commit 47bf2f3

Please sign in to comment.