Skip to content

Commit

Permalink
fixed jostling in Ohms law, phetsims/ohms-law#68
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Sep 28, 2017
1 parent 5d64004 commit 583e98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/resistance-in-a-wire/view/ControlPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ define( function( require ) {
lineWidth: 3,
resize: false,
tandem: tandem,
preventFit: true // used to avoid jostling in the control panel when the the resistance changes quickly, see https://github.com/phetsims/ohms-law/issues/68
preventFit: true
}, options );

// Add the dynamic title that indicates the resistance.
Expand Down

0 comments on commit 583e98f

Please sign in to comment.