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 2641ea4 commit 2152c0c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions js/lab/view/LabShapePanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,13 @@ class LabShapePanel extends Panel {
touchAreaXDilation: 5,
touchAreaYDilation: 2.5,
radioButtonOptions: {
baseColor: FractionsCommonColors.radioBaseProperty,
xMargin: 6,
yMargin: 6,
selectedLineWidth: 2,
selectedStroke: FractionsCommonColors.radioStrokeProperty,
baseColor: FractionsCommonColors.radioBaseProperty
buttonAppearanceStrategyOptions: {
selectedLineWidth: 2,
selectedStroke: FractionsCommonColors.radioStrokeProperty
}
}
} );

Expand Down

0 comments on commit 2152c0c

Please sign in to comment.