AnyOldName3 / modorganizer-installer_omod

OMOD installer using https://github.com/erri120/OMODFramework
GNU General Public License v3.0
2 stars 3 forks source link

DarNified UI scaling issue #8

Open AnyOldName3 opened 4 years ago

AnyOldName3 commented 4 years ago

The first popup DarNified UI generates is filled with images and is supposed to look like this:

image

As it was written before display scaling was a thing, it scales badly:

image

Basically, the images are displayed with one image pixel per device pixel, but the window is sized and things are positioned with the sizes multiplied. It still works, but isn't especially pretty.

AnyOldName3 commented 4 years ago

Because OBMM is old and dumb and doesn't tell Windows that it knows about scaling, Windows applies basic scaling and it comes out blurry, but correctly proportioned:

image