Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Core: better approximation for Label desired size
When getting desired size with constraints (0, infinity), instead of trying to fit the text by splitting it into as many lines as possible (which can lead to too much requested height), try to approximate size of a square block of text.
- Loading branch information