-
-
Notifications
You must be signed in to change notification settings - Fork 138
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
🐛 Window animations don't properly resize window to bottom #95
Comments
That's really weird! |
I did have animate windows being resized turned on, and I just turned it off and it works as expected now. So for now I'll keep it off but I guess that's where the bug is :) |
Alright, the build posted here will fix this :) |
Bug Description
Multi-monitor setup. Primary monitor is standard horizontal, whereas secondary monitor is vertical. Windows on the secondary monitor don't snap properly when going to the bottom half. I can snap a window to the top half and the app resizes and fills from the top to halfway down the screen. If I snap a window to the bottom half it seems to properly resize it to half the resolution of the monitor, but it doesn't snap from the middle to the bottom but more like 1/8 of the way up from the bottom.
What's interesting is that if I snap to either left or right of the screen, it fills up the entire left or right and isn't limited the same way.
Steps To Reproduce
Expected Behavior
Should fill snap to the bottom half entirely
Actual Behavior
Snaps to about 1/8 of the way up, not from the bottom.
Screenshots
No response
MacOS Version
Sonoma 14.1.1
Loop Version
1.0.0-beta.12 (515)
Additional Context
No response
Final Checks
The text was updated successfully, but these errors were encountered: