-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Fix iOS Label being truncated when using Padding #29031
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
Fix iOS Label being truncated when using Padding #29031
Conversation
src/Controls/tests/TestCases.iOS.Tests/snapshots/ios/ValidateTableViewTitles.png
Show resolved
Hide resolved
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
/rebase |
506974d to
5ce1591
Compare
|
@albyrock87 I see this PR is for a closed issue. Is this a new issue that was introduced or a refinement of the fix? Is there a better issue to reference? |
|
@Dhivya-SF4094 FYI |
mattleibow
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just marking red so I can make sure that this is correct after the PR for the same issue.
|
@mattleibow this is a refinement of that fix which didn't fully cover the topic. |
5ce1591 to
8912a80
Compare
8912a80 to
7b83b49
Compare
|
@mattleibow I should have addressed your concerns |
|
/azp run MAUI-DeviceTests-public |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
Seems this was fixed by #28081 |
Description of Change
Fixes iOS Label being truncated when using padding under some conditions.
Issues Fixed
Fixes #28180