Skip to content

fix: xcode list row text hidden on macOS 14.4#538

Merged
MattKiazyk merged 1 commit intoXcodesOrg:mainfrom
vvisionnn:main
Mar 17, 2024
Merged

fix: xcode list row text hidden on macOS 14.4#538
MattKiazyk merged 1 commit intoXcodesOrg:mainfrom
vvisionnn:main

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
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

Comments