Skip to content

Commit

Permalink
set maxWidth for DefaultTemperatureUnitsSelector, #187
Browse files Browse the repository at this point in the history
pixelzoom committed Jun 13, 2023
1 parent 3b1ca1f commit ed2a83b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/common/view/DefaultTemperatureUnitsSelector.ts
Original file line number Diff line number Diff line change
@@ -45,7 +45,8 @@ export default class DefaultTemperatureUnitsSelector extends VBox {
super( options );

const text = new Text( GreenhouseEffectStrings.defaultTemperatureUnitsStringProperty, {
font: PreferencesDialog.CONTENT_FONT
font: PreferencesDialog.CONTENT_FONT,
maxWidth: 500
} );

const radioButtonGroup = new VerticalAquaRadioButtonGroup(

0 comments on commit ed2a83b

Please sign in to comment.