BepInEx / BepInEx.ConfigurationManager

Plugin configuration manager for BepInEx
https://www.patreon.com/ManlyMarco
GNU Lesser General Public License v3.0
227 stars 54 forks source link

GUI problem with 4K resolution #67

Closed JoewAlabel closed 1 year ago

JoewAlabel commented 1 year ago

Hi! I am playing the game in 4k resolution (3840 x 2160) and the GUI is too long and the text's fonts are too small, making very hard to read.

There are an ss of the problem: GUI texts too small

Is there a way to increases GUI fonts, buttons sizes and all others, please? It is no problem with 1080p resolution, but with 4k it becomes too small to read.

Thanks!!!

ManlyMarco commented 1 year ago

This looks to work as intended, currently the UI doesn't support scaling. Duplicate of #33, #23

JoewAlabel commented 1 year ago

I found a good solution for this problem:

1- Find the exe file of your game, and RMB click it. 2- Click at > Properties 3- Click at Compatibility tab. 4- Click the button: Change high DPI settings 5- Check (enable) the first option below Program DPI 6- Check (enable) the last option below High DPI scaling override 7- At this drop-down list, select > System

Screen Shot

FrederickEngelhardt commented 9 months ago

@JoewAlabel This doesn't really fix the issue. This just forces the windows app to use a compatible DPI. That typically can be done by manually setting the resolution within the app. Example if you have a 4k screen it will drop DPI for all objects not just text to 1080p.