qvacua / vimr

VimR — Neovim GUI for macOS in Swift
https://twitter.com/VimRefined
MIT License
6.66k stars 218 forks source link

VimRMaximizeWindow expands beyond edge of Dock on side #935

Open mars0i opened 2 years ago

mars0i commented 2 years ago

This is a very minor issue. It's not something I care about very much, but I thought it would be worth recording it as an issue.

In most Mac apps, when the app is caused to expand as much as possible (while keeping the upper menu bar, etc.), it only expands up until where the Dock is. The app doesn't slide under the Dock.

VimRMaximizeWindow follows this rule when the Dock is on the bottom of the screen.

However, when the Dock is on the left or right side of the screen, VimRMaximizeWindow causes the edge of VimR to be under the Dock.