Skip to content

Commit

Permalink
fixed issue with dynamic layout of thermometer node, see #273
Browse files Browse the repository at this point in the history
  • Loading branch information
jbphet committed May 15, 2020
1 parent baedf85 commit 3372034
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/common/view/CompositeThermometerNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ class CompositeThermometerNode extends Node {

const contentNode = new VBox( {
spacing: 10,
children: [ temperatureComboBox, thermometerNode ]
children: [ temperatureComboBox, thermometerNode ],
resize: false
} );

const panel = new Panel( contentNode, {
Expand Down

0 comments on commit 3372034

Please sign in to comment.