lgdnpt Posted August 17, 2022 Posted August 17, 2022 My laptop's screen's size is 15.6 inchs, so Windows' recommended screen display scale is 125%, but it causes some problems. When I run my project in windowed mode with my screen's resolution 1920x1080, the window cannot be displayed fully. this is my Windows' display setting: this is my project running settings: this is the problem: window cannot be displayed fully: I try to set the display scale to 100%: it can be displayed without problem: I used to use the Unity engine, it doesn't have such problem. I think the size of the window should depend on the resolution of the screen, not the screen display scaling factor. It can cause development headaches for some laptop users. So, I think it's a bug, please fix it.
silent Posted August 18, 2022 Posted August 18, 2022 Yes, we do have plans to fix this (after 2.16.x). The first stage is to rewrite window manager (2.16) and after this when we can finally get all the information about DPI from system adjust built-in widgets behavior. At the meantime you can try to adjust 'High DPI scaling override' for the final application in the compatibility settings inside final .exe properties: Thanks! How to submit a good bug report --- FTP server for test scenes and user uploads: ftp://files.unigine.com user: upload password: 6xYkd6vLYWjpW6SN
Recommended Posts