You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working on phetsims/gravity-force-lab#165 I noticed, via a global search of titleMaxWidth, that this option doesn't appear to be used. @pixelzoom sorry if I just don't understand, but over to you to fix or clarify.
The text was updated successfully, but these errors were encountered:
I inherited this sim from another developer, and commit history for ValuePanel indicates that it was "a rewrite of scale and timer display". So I'm guessing that titleMaxWidth is a vestigial option from some code that I inherited and rewrote. The title's maxWidth appears to be properly computed, and I see no titleMaxWidth option in the superclass (Panel), so I'll go ahead and remove it.
While working on phetsims/gravity-force-lab#165 I noticed, via a global search of
titleMaxWidth
, that this option doesn't appear to be used. @pixelzoom sorry if I just don't understand, but over to you to fix or clarify.The text was updated successfully, but these errors were encountered: