Skip to content

Commit

Permalink
double ruler default step, phetsims/gravity-force-lab#141
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Oct 29, 2019
1 parent 4f9cdaf commit 0e4e58f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/view/ISLCRulerNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ define( require => {
locationProperty: model.rulerPositionProperty,
transform: modelViewTransform,
moveOnHoldDelay: options.moveOnHoldDelay,
downDelta: keyboardDragDelta,
downDelta: 2 * keyboardDragDelta,
shiftDownDelta: keyboardDragDelta,
dragVelocity: keyboardDragDelta * 60,
shiftDragVelocity: keyboardDragDelta * 60,
Expand Down

0 comments on commit 0e4e58f

Please sign in to comment.