Window size on some windows starts smaller than it should
martinlombana opened this issue · 3 comments
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.
What's the desktop resolution and DPI on both computers?
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.