Skip to content

Commit

Permalink
Minor adjustments to massValueControlPanel icon #250.
Browse files Browse the repository at this point in the history
  • Loading branch information
Denz1994 committed Apr 11, 2018
1 parent f396240 commit 6c938a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/common/view/MassValueControlPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,12 @@ define( function( require ) {
cornerRadius: MassesAndSpringsConstants.PANEL_CORNER_RADIUS,
fill: 'white',
stroke: 'gray',
yMargin: 4,
yMargin: 3.5,
xMargin: 6
} );

massNodeIcon.left = this.bounds.left;
massNodeIcon.centerY = numberControl.top + 8;
massNodeIcon.centerY = numberControl.top + 6.5;
massNodeIcon.pickable = false;
}

Expand Down

0 comments on commit 6c938a4

Please sign in to comment.