Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/phetsims/sun
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Mar 27, 2018
2 parents e481d42 + a1bb6d1 commit 82d08aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/Checkbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,6 @@ define( function( require ) {
// optional icon
if ( checkboxOptions.icon ) {
content.addChild( checkboxOptions.icon );
//TODO support different layouts of text and image?
checkboxOptions.icon.left = textNode.right + checkboxOptions.iconSpacing;
checkboxOptions.icon.centerY = textNode.centerY;
}
Expand Down

0 comments on commit 82d08aa

Please sign in to comment.