Skip to content

Commit

Permalink
big ComboBox refactors, phetsims/sun#430, phetsims/sun#428, phetsims/…
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Jan 15, 2019
1 parent 02d41bd commit 23699d9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions js/shopping/view/ShoppingSceneComboBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ define( function( require ) {

// ComboBox options
listPosition: 'above',
buttonCornerRadius: 5,
listCornerRadius: 5,
itemXMargin: 0,
itemYMargin: 5,
cornerRadius: 5,
xMargin: 16,
yMargin: 10,
arrowHeight: 18,
maxWidth: 220

}, options );
Expand Down

0 comments on commit 23699d9

Please sign in to comment.