Skip to content

Commit

Permalink
simplify spacing #56
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Jun 26, 2017
1 parent a06b0c2 commit c8bdc0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/ohms-law/view/ReadoutPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ define( function( require ) {

// constants
var FONT = new PhetFont( 34 );
var SPACING = new Text( '-', { font: FONT } ).width;
var SPACING = 11.3; // empirically determined
var MAX_TEXT_WIDTH = 0.63 * OhmsLawConstants.WIRE_WIDTH;

/**
Expand Down

0 comments on commit c8bdc0e

Please sign in to comment.