Open JasperCarmack opened 7 months ago
Hmm, in theory it should already support DPI scaling. I wish I had a 4k monitor so I could properly test this.
What is your display scale set to? (Found here:) If it's set to 100% the application might be rendering as intended.
Besides that, there is a workaround you can do that will forcibly rescale the program:
:: this can be anything above 1, decimals are supported
:: 2 doubles the base size
set QT_SCALE_FACTOR=2
:: replace this path if you are using a standalone install
start "" "C:\Program Files\VPKEdit\vpkedit.exe"
.bat
instead of .txt
(file name doesn't matter)This is a hack that Qt implemented for testing high DPI layouts on lower resolution monitors, but it does "work" for this use case as well.
Describe Your Suggestion
I'm running the app on 2560x1440, and wanted to suggest some form of DPI scaling for the general text to make it easier to read on larger displays.
I took a screenshot using one of the few Windows scaling features to show how it could look (The reason I don't just do it this way is that this causes filenames in windows explorer to start bunching up into cluttered messes, and become cut off vertically).