-
-
Notifications
You must be signed in to change notification settings - Fork 240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AutoSizeText.rich not working well with maxLines #8
Comments
I cannot reproduce this issue. Could you please provide a small sample? |
I couldn't reproduce it outside of my project, and after trying your fix of #7 and modifying my code accordingly this issue also got fixed. |
Okay, let's close this issue for now. Please reopen if the problem happens again... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The parameter
maxLines
doesn't work correctly withAutoSizeText.rich
, it seems that the widget chose a size that would fit for the maximum number of lines in the space available, but then the result overflows if themaxLines
parameter is lesser than this.The text was updated successfully, but these errors were encountered: