Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix notch avoidance padding in full screen mode
Fixes #3807 The values returned by [`safeAreaInsets`][0] need to be multipled by the scale factor of the display (in case of the MacBook Pro 14-inch, 2021, a value of 2.0). There's a code comment referencing [#1737 (comment)][1], where an extra `2` was added to this number, but something must have changed since then because I cannot see a need for this now. [0]: https://developer.apple.com/documentation/appkit/nsscreen/3882821-safeareainsets [1]: #1737 (comment)
- Loading branch information