From 499ca0c45343ff9d7a85892845e57a406d3969b1 Mon Sep 17 00:00:00 2001 From: Chris Malley Date: Wed, 16 Jan 2019 12:57:22 -0700 Subject: [PATCH] set cornerRadius for sims that relied on old default in ComboBox, https://github.com/phetsims/projectile-motion/issues/171 --- js/molarity/view/SoluteComboBox.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/molarity/view/SoluteComboBox.js b/js/molarity/view/SoluteComboBox.js index d8288da5..c9f95657 100644 --- a/js/molarity/view/SoluteComboBox.js +++ b/js/molarity/view/SoluteComboBox.js @@ -35,6 +35,7 @@ define( function( require ) { options = _.extend( { labelNode: new Text( StringUtils.format( pattern0LabelString, soluteString ), { font: new PhetFont( 22 ) } ), // 'Solute' label listPosition: 'above', + cornerRadius: 8, xMargin: 16, yMargin: 16, highlightFill: 'rgb( 218, 255, 255 )',