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 4d8898c commit a018616
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions js/common/view/UniversalOperationControl.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,11 @@ class UniversalOperationControl extends HBox {
touchAreaYDilation: 15,
radioButtonOptions: {
baseColor: 'white',
selectedLineWidth: 2,
xMargin: 8,
yMargin: 3
yMargin: 3,
buttonAppearanceStrategyOptions: {
selectedLineWidth: 2
}
}
} );

Expand Down

0 comments on commit a018616

Please sign in to comment.