Skip to content

Commit

Permalink
fix bug in previous commit, #430
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Malley <[email protected]>
  • Loading branch information
pixelzoom committed Jan 7, 2019
1 parent 920d63a commit cceffe1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions js/ComboBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ define( require => {

options = _.extend( {

align: 'left', // {string} alignment of items on the button and in the list, see ALIGN_VALUES
labelNode: null, // optional label, placed to the left of the combo box
labelXSpacing: 10, // horizontal space between label and combo box
enabledProperty: new Property( true ),
Expand Down
4 changes: 2 additions & 2 deletions js/ComboBoxButtonNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ define( require => {
// constants
const DEFAULT_OPTIONS = {

//TODO sun#430 rename this to arrowDirection, 'up' or 'down'
// used by ComboBox and ButtonNode
listPosition: 'below', // {string} where the list is positioned relative to the button, see LIST_POSITION_VALUES
align: 'left', // {string} alignment of items on the button and in the list, see ALIGN_VALUES
listPosition: 'below', // {string} where the list is positioned relative to the button

// used exclusively by ButtonNode
buttonFill: 'white',
Expand Down

0 comments on commit cceffe1

Please sign in to comment.