Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Full screen support #7

Open
yellow8 opened this issue Feb 19, 2017 · 2 comments
Open

Full screen support #7

yellow8 opened this issue Feb 19, 2017 · 2 comments

Comments

@yellow8
Copy link

yellow8 commented Feb 19, 2017

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!

@tbaranes
Copy link
Owner

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@tbaranes @yellow8 and others