Skip to content

Commit

Permalink
adjust cornerRadius for sims that have atypically small ComboBox items,
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Jan 16, 2019
1 parent ab5c4d1 commit 7b238a8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions js/demo/GriddleDemoScreenView.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ define( require => {
const LabeledScrollingChartNode = require( 'GRIDDLE/LabeledScrollingChartNode' );
const Node = require( 'SCENERY/nodes/Node' );
const Panel = require( 'SUN/Panel' );
const PhetFont = require( 'SCENERY_PHET/PhetFont' );
const Property = require( 'AXON/Property' );
const Range = require( 'DOT/Range' );
const sceneryPhetQueryParameters = require( 'SCENERY_PHET/sceneryPhetQueryParameters' );
Expand Down Expand Up @@ -52,8 +51,6 @@ define( require => {
{ label: 'BarChart', createNode: demoBarChart },
{ label: 'LabeledScrollingChartNode', createNode: demoLabeledScrollingChartNode }
], {
comboBoxItemFont: new PhetFont( 12 ),
comboBoxItemYMargin: 3,
selectedDemoLabel: sceneryPhetQueryParameters.component
} );
}
Expand Down

0 comments on commit 7b238a8

Please sign in to comment.