licecap icon indicating copy to clipboard operation
licecap copied to clipboard

High DPI blurry window in Window

Open eried opened this issue 9 years ago • 1 comments

Hi! This app needs a manifest to avoid high dpi scaling in High resolution screens like on the Surface Pro.

Here is how to add it: http://winaero.com/blog/how-to-fix-apps-that-look-small-on-high-dpi-and-high-resolution-displays/

I can pull a request with this but probably it is just 10 second editing the manifest before compiling the Windows version

eried avatar Oct 24 '16 14:10 eried

@justinfrankel, any news here? Just needs to change the Manifest, or if you are building with Visual Studio you just need to set the dpi to be monitor aware in the project properties.

An example manifest is here: https://github.com/ryanpcmcquen/basque/blob/master/windows/basque.manifest

ryanpcmcquen avatar Apr 20 '20 19:04 ryanpcmcquen