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 d66c8fe commit d3cfbff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions js/introduction/view/ToolsComboBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ define( function( require ) {
function ToolsComboBox( balanceRepresentationProperty, parentNode, options ) {

options = _.extend( {
buttonCornerRadius: 0,
listCornerRadius: 0,
itemYMargin: 0,
itemXMargin: 3,
cornerRadius: 0,
xMargin: 13,
yMargin: 4,
arrowHeight: 13,
maxWidth: 600
}, options );

Expand Down

0 comments on commit d3cfbff

Please sign in to comment.