Skip to content
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: xcode list row text hidden on macOS 14.4 #538

Merged
merged 1 commit into from
Mar 17, 2024

Conversation

vvisionnn
Copy link
Contributor

@vvisionnn vvisionnn commented Mar 17, 2024

fixed #537
seems there is a pull request (#535) fixed this bug, but I think this PR is a more reasonable way to have this fixed instead of have a padding less than 8

@MattKiazyk and thanks for the quick responding!

another tip: while I try update the list using ScrollView + LazyVStack + ForEach should be ok compare to using List directly, but this will cause more unexpected error like the context menu only triggerred on the text area, so I think may be this should be an optimization in the future

Before

Screenshot 2024-03-17 at 20 51 04 ### After Screenshot 2024-03-17 at 20 50 56

@MattKiazyk
Copy link
Contributor

Thanks @vvisionnn

@MattKiazyk MattKiazyk merged commit 91b24fc into XcodesOrg:main Mar 17, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix Fixes a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The layout is broken after upgrade to Version 2.1.1
2 participants