Skip to content

Commit

Permalink
scale the content down when the radius is provided and the content is…
Browse files Browse the repository at this point in the history
… too big for it, phetsims/sun#657
  • Loading branch information
zepumph committed Oct 29, 2020
1 parent 23dcf44 commit 68b89f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/common/view/FastForwardButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ class FastForwardButton extends RoundMomentaryButton {

options = merge( {
radius: 16,
xMargin:8,
yMargin:8,

// phet-io
tandem: Tandem.REQUIRED
Expand Down

0 comments on commit 68b89f9

Please sign in to comment.