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

When the front-end program is the App Store, use the middle 1/3, unknown error after adjustment #1330

Open
DevLiuSir opened this issue Jan 27, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@DevLiuSir
Copy link

When the front-end program is the App Store, the window position is wrong after using the middle 1/3 adjustment.

iShot_2024-01-27_15 19 32
@DevLiuSir DevLiuSir added the bug Something isn't working label Jan 27, 2024
@rxhanson
Copy link
Owner

This is due to a minimum size of the window being greater than 1/3 of your display. It would be possible to check the window size post-adjustment and center it if the window is not centered, but my preference is to leave it starting at x=1/3 of the display so that it tiles nicely with a window you could have placed at first 1/3. So, this is working as expected in this scenario despite it looking wrong.

@DevLiuSir
Copy link
Author

You can refer to the processing of magnet. When the width of the front window cannot be reduced, a pop-up window is used to inform the user. Cannot adjust to a narrower width. Then what is set is one-half of the current screen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants