From 23699d95126ff8c3b7cca5b5950715f82f652b0e Mon Sep 17 00:00:00 2001 From: Chris Malley Date: Mon, 14 Jan 2019 18:41:17 -0700 Subject: [PATCH] big ComboBox refactors, https://github.com/phetsims/sun/issues/430, https://github.com/phetsims/sun/issues/428, https://github.com/phetsims/sun/issues/419 --- js/shopping/view/ShoppingSceneComboBox.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/js/shopping/view/ShoppingSceneComboBox.js b/js/shopping/view/ShoppingSceneComboBox.js index a86732eb..200c9ce5 100644 --- a/js/shopping/view/ShoppingSceneComboBox.js +++ b/js/shopping/view/ShoppingSceneComboBox.js @@ -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 );