Skip to content

Commit

Permalink
convert to NumberControl, phetsims/my-solar-system#105
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Mar 14, 2023
1 parent 2180441 commit 574887b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/NumberControl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 574887b

Please sign in to comment.