Skip to content

Commit

Permalink
Spacing option used instead of hStruts. #253
Browse files Browse the repository at this point in the history
  • Loading branch information
Denz1994 committed May 6, 2018
1 parent 13b7bed commit 22662be
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions js/common/view/LineVisibilityNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,10 @@ define( function( require ) {
spacing: 24
} );
var controlBox = new HBox( {
spacing: 10,
children: [
//REVIEW: More struts, can we just use padding or other structuring instead of these?
indicatorVisibilityControlsVBox,
new HStrut( 10 ),
lineVBox,
new HStrut( 10 )
lineVBox
]
} );
this.addChild( controlBox );
Expand Down

0 comments on commit 22662be

Please sign in to comment.