From eaed90adb293470252ecce9c8933086eee929597 Mon Sep 17 00:00:00 2001 From: zepumph Date: Thu, 26 Sep 2019 16:06:47 -0800 Subject: [PATCH] update doc, https://github.com/phetsims/scenery-phet/issues/535 --- js/NumberControl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/NumberControl.js b/js/NumberControl.js index fb9f8d699..51003fadf 100644 --- a/js/NumberControl.js +++ b/js/NumberControl.js @@ -534,7 +534,7 @@ define( require => { options = _.extend( { alignTitle: 'center', // {string} horizontal alignment of title, relative to slider, 'left'|'right'|'center' alignNumber: 'center', // {string} horizontal alignment of number display, relative to slider, 'left'|'right'|'center' - titleLeftIndent: 0, // {number|null} if provided, add an HStrut on the left of the title to push the title to the right + titleLeftIndent: 0, // {number|null} if provided, indent the title on the left to push the title to the right xSpacing: 5, // {number} horizontal spacing between arrow buttons and slider ySpacing: 5 // {number} vertical spacing between rows }, options );