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

Replace AttributedText with markdown to fix the layout issues #531

Closed huihuisang closed 3 months ago

huihuisang commented 3 months ago

The height of AttributedText will change when switch difference tab in preference.

Screenshot

Screenshot 2024-03-16 at 22 45 24 Screenshot 2024-03-16 at 22 44 13

Solution Use Text and markdown format to replace of AttributedText.

MattKiazyk commented 3 months ago

Thanks again @huihuisang