From 574887be6ed90d4308c7ff92d31e43ae7de6f3ce Mon Sep 17 00:00:00 2001 From: Michael Kauzmann Date: Tue, 14 Mar 2023 13:59:09 -0600 Subject: [PATCH] convert to NumberControl, https://github.com/phetsims/my-solar-system/issues/105 --- js/NumberControl.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/NumberControl.ts b/js/NumberControl.ts index 2140137c..8a6ebc10 100644 --- a/js/NumberControl.ts +++ b/js/NumberControl.ts @@ -588,10 +588,10 @@ export default class NumberControl extends Node { align: options.align, spacing: options.ySpacing, children: [ - new HBox( { + /* new HBox( { spacing: options.titleXSpacing, children: [ titleNode, numberDisplay ] - } ), + } ),*/ new HBox( { spacing: options.arrowButtonsXSpacing, resize: false, // prevent slider from causing a resize when thumb is at min or max