mayank-prasoon / world-maker

A world building app
https://chunkydev.itch.io/world-maker
MIT License
136 stars 5 forks source link

Application Window Sizing Issue #15

Open MilitantDove opened 2 years ago

MilitantDove commented 2 years ago

Describe the bug When opening the program, it opens in the top left corner, slightly off-screen, and is unable to be dragged or resized. When changing the high DPI scaling override to be handled by the application, the program is sized properly, however the UI is too small.

To Reproduce Open the program with a 3840x2160 resolution device.

Expected behavior The program to open properly sized and/or an option of some kind to resize UI elements.

Screenshots: world-maker-no-scaling wm-scaling-settings world-maker-scaling

Desktop:

Additional context Sizing issue occurs on a Windows 10 machine using a 3840x2160 resolution television as a monitor.

mayank-prasoon commented 2 years ago

Well with proper equipments (a 4k TV) it is very difficult to pinpoint the issue. #2 was one of the thing that could have caused the problem. Lucky it has been fixed.

The other thing that could have cause this issue would be the window size at the start of the application. It is default to 1080p.

Change the window size at the start to the screen size of the monitor and setting at the centre should fix the problem.

mayank-prasoon commented 2 years ago

I'm going to keep this open until I see the fix working