Skip to content

Commit

Permalink
made button appearance options into sub-options for better typing, see
Browse files Browse the repository at this point in the history
  • Loading branch information
jbphet committed Jul 21, 2022
1 parent 8195067 commit a724b95
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions js/common/view/NumberLineOrientationSelector.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,11 @@ class NumberLineOrientationSelector extends RectangularRadioButtonGroup {
xMargin: 5,
yMargin: 5,
baseColor: 'white',
selectedLineWidth: 2,
deselectedLineWidth: 0.5,
deselectedButtonOpacity: 0.25
buttonAppearanceStrategyOptions: {
selectedLineWidth: 2,
deselectedLineWidth: 0.5,
deselectedButtonOpacity: 0.25
}
}
}, options ) );
}
Expand Down

0 comments on commit a724b95

Please sign in to comment.