Skip to content

Commit

Permalink
update doc, #535
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Sep 27, 2019
1 parent f40ba0f commit eaed90a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/NumberControl.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
Expand Down

0 comments on commit eaed90a

Please sign in to comment.