Skip to content

Commit

Permalink
Reduce heat map too readout maxWidth, see #286
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Apr 15, 2024
1 parent 795a611 commit 7b16736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common-vsm/view/HeatMapToolNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ export default class HeatMapToolNode extends Node {
centerX: 0,
centerY: 0,
font: PDLConstants.PRIMARY_FONT,
maxWidth: 60
maxWidth: 50
} );

// Create a background rectangle for the value readout
Expand Down

0 comments on commit 7b16736

Please sign in to comment.