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
I missed a use case in my Dim.Auto testing. To repro, run the ComputedLayout scenario and notice the "Left" button is not aligned with the "Center" and "Right" buttons.
This only happens if Button.Height/Width are both Dim.Auto().
Todo:
Build a unit test for this
Figure out how to fix
The text was updated successfully, but these errors were encountered:
I missed a use case in my
Dim.Auto
testing. To repro, run theComputedLayout
scenario and notice the "Left" button is not aligned with the "Center" and "Right" buttons.This only happens if
Button.Height/Width
are bothDim.Auto()
.Todo:
The text was updated successfully, but these errors were encountered: