Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
On macOS 11 set the outline view style to NSTableViewStylePlain.
This eliminates the padding added to the outline view on Big Sur. Use KVC to allow compiling without the macOS 11 SDK. The method -[NSTableView setStyle:] was not available before then.
- Loading branch information