Skip to content

Commit

Permalink
make MonochromaticWavelengthControl narrower, #48
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Jan 2, 2025
1 parent 1cad782 commit 803a8cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/view/MonochromaticWavelengthControl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import MOTHAColors from '../MOTHAColors.js';
import MOTHAConstants from '../MOTHAConstants.js';
import Tandem from '../../../../tandem/js/Tandem.js';

const SLIDER_TRACK_SIZE = new Dimension2( 250, 15 );
const SLIDER_TRACK_SIZE = new Dimension2( 200, 15 );

type SelfOptions = EmptySelfOptions;

Expand Down

0 comments on commit 803a8cc

Please sign in to comment.