diff --git a/js/NavigationBar.js b/js/NavigationBar.js index 09f58cca..312a9cea 100644 --- a/js/NavigationBar.js +++ b/js/NavigationBar.js @@ -64,7 +64,7 @@ define( function( require ) { var NAVIGATION_BAR_SIZE = new Dimension2( HomeScreenView.LAYOUT_BOUNDS.width, 40 ); var TITLE_LEFT_MARGIN = 10; var TITLE_RIGHT_MARGIN = 25; - var PHET_BUTTON_LEFT_MARGIN = 13; + var PHET_BUTTON_LEFT_MARGIN = 9; var PHET_BUTTON_RIGHT_MARGIN = PhetButton.HORIZONTAL_INSET; // same position as PhetButton on home screen var PHET_BUTTON_BOTTOM_MARGIN = PhetButton.VERTICAL_INSET; // same position as PhetButton on home screen var A11Y_BUTTONS_LEFT_MARGIN = 50; @@ -161,7 +161,7 @@ define( function( require ) { this.a11yButtonsHBox = new HBox( { children: a11yButtons, align: 'center', - spacing: 5 + spacing: 9 } ); if ( a11yButtons.length > 0 ) { this.barContents.addChild( this.a11yButtonsHBox );