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

Render issues when Windows Display scaling is not 100% #553

Open
smlpt opened this issue Feb 13, 2024 · 1 comment
Open

Render issues when Windows Display scaling is not 100% #553

smlpt opened this issue Feb 13, 2024 · 1 comment
Labels
bug ui This issue contains a UI problem.

Comments

@smlpt
Copy link
Contributor

smlpt commented Feb 13, 2024

Whenever a new sciview window is launched, the rendered region does not take the GUI scaling from Windows into account, meaning it may render a smaller region:

image.png

Once you rescale the window, it will adjust to the actual bounds.
The width of the empty area is exactly 25% larger than that of the rendered area. This corresponds perfectly to my 125% system scale setting.

This issue is likely related to #475 and #469, which are also caused by incorrect handling of HiDPI and Windows display scaling.

This is on Windows, but it would be interesting to know if this also affects Linux/Mac or if these systems handle display scaling differently (I believe so).

@smlpt smlpt added bug ui This issue contains a UI problem. labels Feb 13, 2024
@smlpt
Copy link
Contributor Author

smlpt commented Feb 13, 2024

See also this Zulip thread

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug ui This issue contains a UI problem.
Projects
None yet
Development

No branches or pull requests

1 participant