Closed jessegreenberg closed 8 years ago
For reference...
'Acceleration' Control panel:
'Friction' control panel:
Controls in panel are now aligned to the left. Layout after the change:
Hmm on very close inspection,it looks a little strange to have the slider aligned to the left with the check boxes. Maybe the slider should be centered in the panel while the check boxes are aligned to the left?
I will give this a try.
Changed the layout structure slightly so that the check boxes are aligned to the left of the panel, with the slider centered under them.
@jessegreenberg this fix is not in 2.0.0-dev.1, was it supposed to be? Check boxes are still centered. phetsims/tasks/issues/562
They don't appear to be center aligned though, so that's good (or maybe they are, what do I know!). With ?stringTest=double
they look decent:
Default is what looks wrong:
Yes it was! I merged with another branch right before publishing dev version, maybe something was botched in the merge.
@jessegreenberg fixed in 2.0.0-dev.2! :tada:
Great, thanks @phet-steele.
Verified as fixed, closing.
The check boxes in the control panels are centered in their layout. This looks strange in the 'Friction' screen due to one element that has a larger width than the others.
To fix this, we should try to align the control panel items to the left to see how that looks. This way control panel layout may match across screens.