AdaptiveSpaceItem
AdaptiveSpaceItem copied to clipboard
Full screen support
Hi,
first, thank you for this useful feature. It works really good.
I noticed a few bug when switching to full screen, it does not center properly. Using NSWindowDelegate.windowDidEnterFullScreen, I was able to re-center it by calling updateWidth(), but the re-centering is not smooth, the user can see the segmented control move from not-the-center to the center.
Any idea on how to achieve a smooth transition when switching to full-screen, like the Calendar app for example?
Many thanks!
That's a good question. Right now, I have no idea, and sadly I'm not working anymore on macOS apps... but if you find a solution, don't hesitate to make a PR!