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

Fix window size in windows 10 x64 #57 #58

Merged
merged 1 commit into from
Feb 2, 2024

Conversation

jgardona
Copy link
Contributor

@jgardona jgardona commented Jan 23, 2024

The application window size in windows is grater than the window size in 1920x1080 resolution. The minimum possible window size needs to be smaller to fit in small screens.

The height constant was changed to 800px to produce the following results. I think there is no need for unit tests in this case.

Before in 1920x1080 screen resolution:

before

After:

after

The application window size in windows is grater than the window size in 1920x1080 resolution. The minimum possible window size needs to be smaller to fit in small screens.
@jgardona
Copy link
Contributor Author

This fix the #57 issue in windows 10.

@sharkdp sharkdp merged commit 93a0d17 into sharkdp:master Feb 2, 2024
11 checks passed
@sharkdp
Copy link
Owner

sharkdp commented Feb 2, 2024

Thank you

@jgardona jgardona deleted the fix/windows10-hsize branch February 2, 2024 11:24
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.

None yet

2 participants