Skip to content

Commit

Permalink
Checkbox widths adjusted due to alignment refactoring. #293
Browse files Browse the repository at this point in the history
  • Loading branch information
Denz1994 committed Jul 18, 2018
1 parent 81ec3cb commit a6acb6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion js/common/view/LineVisibilityNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ define( function( require ) {
property: model.movableLineVisibleProperty,
label: movableLineString
} ], {
boxWidth: 15,
boxWidth: 16,
spacing: 8,
tandem: tandem.createTandem( 'indicatorVisibilityCheckboxGroup' )
} );
Expand Down
4 changes: 2 additions & 2 deletions js/vectors/view/VectorVisibilityControlNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ define( function( require ) {
label: accelerationString
}
], {
boxWidth: 15,
boxWidth: 16,
tandem: tandem.createTandem( 'vectorVisibilityCheckboxGroup' )
} );

Expand All @@ -97,7 +97,7 @@ define( function( require ) {
property: model.springVectorVisibilityProperty,
label: springString
} ], {
boxWidth: 15,
boxWidth: 16,
xMargin: 20,
tandem: tandem.createTandem( 'forcesVisibilityCheckboxGroup' )
} );
Expand Down

0 comments on commit a6acb6b

Please sign in to comment.