From 7b167364f0694b95de6dac5de93bfc633ad030f5 Mon Sep 17 00:00:00 2001 From: Sam Reid Date: Mon, 15 Apr 2024 15:53:36 -0600 Subject: [PATCH] Reduce heat map too readout maxWidth, see https://github.com/phetsims/projectile-data-lab/issues/286 --- js/common-vsm/view/HeatMapToolNode.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/common-vsm/view/HeatMapToolNode.ts b/js/common-vsm/view/HeatMapToolNode.ts index fd5bb667..8c99796f 100644 --- a/js/common-vsm/view/HeatMapToolNode.ts +++ b/js/common-vsm/view/HeatMapToolNode.ts @@ -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