Skip to content

Commit

Permalink
Conflict fix.#293
Browse files Browse the repository at this point in the history
  • Loading branch information
Denz1994 committed Jul 18, 2018
1 parent c072fba commit 83d8c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/vectors/view/VectorsScreenView.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ define( function( require ) {
var vectorVisibilityControlNode = new VectorVisibilityControlNode(
model,
tandem.createTandem( 'vectorVisibilityControlNode' ), {
maxWidth: MassesAndSpringsConstants.PANEL_MAX_WIDTH
maxWidth: MassesAndSpringsConstants.PANEL_MAX_WIDTH+30
} );

// VBox that contains all of the panel's content
Expand Down

0 comments on commit 83d8c41

Please sign in to comment.