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

[feat] add an option to prevent window overflow #9671

Open
Legend-Master opened this issue May 6, 2024 · 0 comments · May be fixed by #9687
Open

[feat] add an option to prevent window overflow #9671

Legend-Master opened this issue May 6, 2024 · 0 comments · May be fixed by #9687

Comments

@Legend-Master
Copy link
Contributor

Legend-Master commented May 6, 2024

Describe the problem

If I set the initial window size to say 1280x720, it will overflow to outside of the monitor on some screens (e.g. 1920x1080 with 1.75 scaling on a laptop)

Describe the solution you'd like

It would be nice to have a built-in method for limiting the size to no larger than the working area (e.g. monitor - task bar)
I think this should even be on by default with an option to disable it if someone really wants to have a window bigger than the monitor/work area size

And a configurable margin like it must be smaller than the working area by 100px horizontally and 50px vertically would be nice as well

Alternatives considered

No response

Additional context

No response

@Legend-Master Legend-Master changed the title [feat] add on option to prevent window overflow [feat] add an option to prevent window overflow May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant