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 7e5a38a commit 1fff187
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion js/intro/view/NumberOfSystemsRadioButtonGroup.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ class NumberOfSystemsRadioButtonGroup extends RectangularRadioButtonGroup {
radioButtonOptions: {
xMargin: 20,
yMargin: 5,
selectedLineWidth: 2
buttonAppearanceStrategyOptions: {
selectedLineWidth: 2
}
},

// phet-io
Expand Down
4 changes: 3 additions & 1 deletion js/systems/view/SystemTypeRadioButtonGroup.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ class SystemTypeRadioButtonGroup extends RectangularRadioButtonGroup {
radioButtonOptions: {
xMargin: 5,
yMargin: 5,
selectedLineWidth: 2
buttonAppearanceStrategyOptions: {
selectedLineWidth: 2
}
},

// phet-io
Expand Down

0 comments on commit 1fff187

Please sign in to comment.