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

Window size on some windows starts smaller than it should #35

Open
martinlombana opened this issue Nov 19, 2020 · 3 comments
Open

Window size on some windows starts smaller than it should #35

martinlombana opened this issue Nov 19, 2020 · 3 comments

Comments

@martinlombana
Copy link

I can't reproduce it with an self program, but basically,

super().__init__(ismain=True, uni_theme=False, debug=False, size=(600, 720), resizeable=True)

It appears as 600 by 720 in my PC, running windows 10, and in another pc, running windows 10 as well, it is smaller. The project is compiled with pyinstaller, without console. And the exe is what I am testing.

I don't know what can be the culprit. Any ideas? That is pretty weird. It reminds me of the bug that @pravic corrected with the pos, but without it and random. It's a bid maddening as I have no way to reproduce it for you to test.

@pravic
Copy link
Member

pravic commented Nov 19, 2020

What's the desktop resolution and DPI on both computers?

@martinlombana
Copy link
Author

martinlombana commented Nov 19, 2020 via email

@pravic
Copy link
Member

pravic commented Nov 20, 2020

Check how usciter.exe behaves on each computer.
Add dpi-aware manifest to pyinstaller (if it's not added already).

Ask on sciter forum, Andrew will give more information regarding DPI support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants