ip7z / 7zip

7-Zip
695 stars 71 forks source link

Issue with context menu icons on a 4K monitor #31

Open raziel711 opened 4 months ago

raziel711 commented 4 months ago

System information: OS: Windows 10 22H2 7-Zip version: 24.05 x64

I have a 4K monitor and use 200% scaling and I have an issue with the context menu icons not scaling properly. I know that Windows has high dpi compatibility settings, and those work well with the 7-Zip GUI; however, they do not affect the context menu icons.

The 7-Zip icons are about half the size as the other context menu items as shown below: Untitled

Instead of using the bmp in 7-zip.dll for the context menu icon, could the ico be used instead, since there is both a 16x16 and 32x32 version?

PopuriAO29 commented 4 months ago

Here's the simple bug what I made:

Describe the bug If you right-click some files, the 7-Zip icons shows smaller.

To reproduce: Steps to reproduce behavior:

  1. Turn on the context menu (in the 7-Zip options)
  2. Right click any files if you like.
  3. See the 7-Zip icon which it's smaller.

Expected Behavior The 7-Zip icon must larger, hence Nurudin made that.

Additional Context Per above according what @raziel711 said.

Using Resource Hacker or RisohEditor would work that for replacing Icons (may cause break the EXE files and the Digital Signature will invalid, just like how WinRAR did)

Have you checked that no similar bug report(s) exist?