XcodesOrg / XcodesApp

The easiest way to install and switch between multiple versions of Xcode - with a mouse click.
MIT License
6.62k stars 291 forks source link

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

Closed vvisionnn closed 3 months ago

vvisionnn commented 3 months ago

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 commented 3 months ago

Thanks @vvisionnn