You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.