Skip to content

Commit

Permalink
RectangularRadioButtonGroup should use dynamic layout to compensate f…
Browse files Browse the repository at this point in the history
…or changes with dynamic locales, see #851
  • Loading branch information
jonathanolson committed Mar 13, 2024
1 parent f80ffeb commit 3e55389
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/buttons/RectangularRadioButtonGroup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ export default class RectangularRadioButtonGroup<T> extends FlowBox {

// FlowBoxOptions
spacing: 10,
stretch: true, // have the buttons match size, see https://github.com/phetsims/sun/issues/851
orientation: 'vertical',
disabledOpacity: SceneryConstants.DISABLED_OPACITY,

Expand Down

0 comments on commit 3e55389

Please sign in to comment.