You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
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!
The text was updated successfully, but these errors were encountered: