Skip to content

Commit

Permalink
Combining options for separator and exporting default layout options,…
Browse files Browse the repository at this point in the history
  • Loading branch information
AgustinVallejo committed Mar 21, 2023
1 parent 16c4eae commit ff551e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions js/SolarSystemCommonConstants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
import PhetFont from '../../scenery-phet/js/PhetFont.js';
import SolarSystemCommonColors from './SolarSystemCommonColors.js';
import solarSystemCommon from './solarSystemCommon.js';
import { DEFAULT_SEPARATOR_LAYOUT_OPTIONS } from '../../scenery/js/imports.js';

export const METERS_IN_AU = 149597870700;
export const SECONDS_IN_A_YEAR = 31557600;
Expand Down Expand Up @@ -47,9 +48,8 @@ const SolarSystemCommonConstants = {
lineWidth: 2,
stroke: '#8E9097',
layoutOptions: {
yMargin: 5,
stretch: true,
isSeparator: true
yMargin: 2,
...DEFAULT_SEPARATOR_LAYOUT_OPTIONS
}
},
PANEL_FONT: new PhetFont( 16 ),
Expand Down

0 comments on commit ff551e1

Please sign in to comment.