Skip to content

Commit

Permalink
Adjust axis label margin, see #6
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Feb 23, 2022
1 parent 2a6ebd1 commit cb228f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/view/DotPlotNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class DotPlotNode extends Node {
// TODO: This may be asymmetrical if it accounts for edge labels
centerX: numberLineNode.centerX,

top: numberLineNode.bottom - 3,
top: numberLineNode.bottom - 2,
font: new PhetFont( 15 )
} ) );
this.dotLayer = new Node();
Expand Down

0 comments on commit cb228f0

Please sign in to comment.