rbtray icon indicating copy to clipboard operation
rbtray copied to clipboard

[feature suggestion] sharper menu rendering (DPI awareness)

Open eladkarako opened this issue 2 years ago • 0 comments

this doesn't require an actual code change just updating the embedded manifest.

before:

after:

you'll notice it most when your screen DPI is other than 100%
for example when you have a large screen and you increase the DPI in here:

2022-08-12_003701

I've used https://github.com/eladkarako/manifest
https://github.com/eladkarako/manifest/blob/master/_embed__use_generic_manifest.cmd
and this manifest:
https://github.com/eladkarako/manifest/blob/master/example_manifests/generic.manifest

note: this specific manifest also adds 'compatibility section' to declare the application is compatible with Windows 10/11.
without it the application would be executed in something called "vista virtualization mode" (limits some stuff).

adding this part to the manifest might help with key-hook quirks!

note: the manifest also opt-in for segmented heap and long file awareness,
those are not really meaningful for this application.

eladkarako avatar Aug 11 '22 21:08 eladkarako