Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
To ensure the form is no greater than maxWidth, we need to take the minimum among the desired width and maxWidth. Taking the maximum among these values effectively changes the logic to ensure the form is no less than maxWidth (in which case, it should probably be called minWidth).
- Loading branch information