kmkolasinski / AwesomeBump

AwesomeBump is a free program written using Qt library designed to generate normal, height, specular or ambient occlusion textures from a single image. Since the image processing is done in 99% on GPU the program runs very fast and all the parameters can be changed in real time. AB was made to be a new alternative to known gimp plugin called Insane Bump.
GNU General Public License v3.0
1.66k stars 179 forks source link

Does not cope well with high DPI screens #166

Open JimmyCushnie opened 3 years ago

JimmyCushnie commented 3 years ago

I might be missing a GUI scale setting somewhere, but on my 4k monitor, AwesomeBump's GUI is way too small.

image

kmkolasinski commented 3 years ago

Hi, you can try to increase font size in this file: https://github.com/kmkolasinski/AwesomeBump/blob/Release/Bin/Configs/gui.ini

Restart of application is required.

JimmyCushnie commented 3 years ago

Thank you. That does improve the text parts, but the buttons are still far too small.

Here it is with the font size doubled.

image

Calinou commented 3 years ago

If you don't mind a blurry/pixelated interface, you can mark the AwesomeBump executable as non-DPI-aware by right-clicking it, choosing Properties, going to the Compatibility tab then forcing the DPI scaling mode to System.

JimmyCushnie commented 3 years ago

Thanks, that's a decent workaround.

kikonen commented 1 year ago

thx, DPI scaling compatibility option is manageable, blurry-ugly, but, at least also tiny icons get sized better than with font size only (had to increase font size also a bit)

context: 4K, 32 inch monitor