Skip to content

Commit

Permalink
Alignment fix for #470
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanolson committed Jul 25, 2018
1 parent 22e437d commit 0315240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/HomeScreenView.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ define( function( require ) {

// position the icons
iconsParentNode.centerX = self.layoutBounds.width / 2;
iconsParentNode.centerY = 272;
iconsParentNode.top = self.layoutBounds.height / 3;
} );

//TODO move these Properties to LookAndFeel, see https://github.com/phetsims/joist/issues/255
Expand Down

0 comments on commit 0315240

Please sign in to comment.