macOS 12 seems to have an issue with the autoresizing constraint translation where it adds to the initial width of the sidebar NSOutlineView that doesn't seem needed on macOS 14. Can be worked around with some hacks I'm not entirely comfortable with:
macOS 12 seems to have an issue with the autoresizing constraint translation where it adds to the initial width of the sidebar NSOutlineView that doesn't seem needed on macOS 14. Can be worked around with some hacks I'm not entirely comfortable with:
Where it basically just removes the automatically made constraints and makes up its own.