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

Do not limit the max window size #3149

Merged
merged 3 commits into from
Dec 20, 2023

Conversation

Noisyfox
Copy link
Collaborator

@Noisyfox Noisyfox commented Dec 16, 2023

This should be a proper fix. Instead of limiting the window size using SetMaxSize to avoid window overlapping the taskbar when maximized, we should use SetSize instead, which does the same thing without having the size limit.

@Noisyfox Noisyfox marked this pull request as draft December 16, 2023 15:37
@Noisyfox Noisyfox closed this Dec 17, 2023
@Noisyfox Noisyfox force-pushed the bugfix/window-max-size branch from 74d9375 to 995ed04 Compare December 17, 2023 02:24
@Noisyfox Noisyfox reopened this Dec 17, 2023
@Noisyfox Noisyfox changed the title Don't limit window size after maximized Do not limit the max window size Dec 17, 2023
@Noisyfox Noisyfox marked this pull request as ready for review December 17, 2023 02:50
@Noisyfox Noisyfox linked an issue Dec 17, 2023 that may be closed by this pull request
2 tasks
Copy link
Owner

@SoftFever SoftFever left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good

@SoftFever SoftFever merged commit 6bb0d5e into SoftFever:main Dec 20, 2023
12 checks passed
@Noisyfox Noisyfox deleted the bugfix/window-max-size branch December 20, 2023 13:25
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

Successfully merging this pull request may close these issues.

UI refuses to enlarge beyond a single monitor
2 participants