AdaptiveSpaceItem icon indicating copy to clipboard operation
AdaptiveSpaceItem copied to clipboard

Full screen support

Open yellow8 opened this issue 9 years ago • 1 comments

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!

yellow8 avatar Feb 19 '17 08:02 yellow8

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!

tbaranes avatar Feb 19 '17 10:02 tbaranes