dempseyatgithub/BuildSettingExtractor

Address outline view spacing issue in Xcode 12 and later

dempseyatgithub opened this issue · 0 comments

The outline view in the File Structure preference pane has row heights set to 19 pts. When compiled with Xcode 12 or later and run on Catalina, the row heights end up at 21 pts. On Big Sur, the row heights remain at 19 pts.

It appears that setting the row heights to 17 pts cause them to resolve to 19 pts on both macOS versions. I'm not particularly happy with this solution, but it is the least disruptive fix I could find to the issue.