mirror of
https://github.com/clechasseur/pathcopycopy.git
synced 2026-04-25 04:05:55 +03:00
[GH-ISSUE #193] [BUG] Icon too small in main context menu on HiDPI (200% scaling) #188
Labels
No labels
bug
duplicate
enhancement
enhancement
enhancement
fixed
help wanted
help wanted
invalid
pull-request
question
waiting for input
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pathcopycopy#188
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pohlebkin on GitHub (Dec 10, 2025).
Original GitHub issue: https://github.com/clechasseur/pathcopycopy/issues/193
Originally assigned to: @clechasseur on GitHub.
Description
On a HiDPI setup the icon for any Path Copy Copy command shown directly in the main Explorer context menu is rendered much smaller than other icons in the same menu.
At 200% display scaling on a 3840×2160 monitor, normal shell items (e.g.
Open with Sublime Text,Edit with Notepad++, custom verbs withIconin the registry) appear as ~32×32 icons, while Path Copy Copy commands look like 16×16 icons centered inside a 32×32 slot with a lot of padding.At 100% scaling everything looks normal and sizes match.
The same
.icofiles, when used viaHKCR\*\shell\...\Icon, are rendered at the correct size, so the icons themselves are fine – the issue seems specific to how the shell extension provides icons to Explorer on HiDPI.Steps to reproduce
.icovia the Icon column.(Submenu can be disabled to make the effect easier to see.)
Expected
Path Copy Copy command icons should be scaled to the same visual size as other context‑menu icons on HiDPI (matching the ~32×32 look at 200% scaling).
Actual
Path Copy Copy command icons stay visually at 16×16 within a larger slot, with noticeable padding, and look about half the size of other icons in the same menu.
Environment
@clechasseur commented on GitHub (Jan 6, 2026):
I've had problems with HiDPI before. I haven't seen this particular issue however. I'll keep this open.