liamg / darktile

:waning_crescent_moon: Darktile is a GPU rendered terminal emulator designed for tiling window managers.
MIT License
3.04k stars 112 forks source link

Windows icon goes super small when disconnecting external 4k monitors #158

Closed daviesalex closed 5 years ago

daviesalex commented 5 years ago

Describe the bug I am not 100% sure why this happens, but I regularly dock and undock my Windows 10 1809 laptop from a external monitor. Sometimes the icons for both putty and aminal (but nothing else, including Hyper, Office, Spotify, Chrome) go super small - see screenshot (far right is aminal, one to the left of it putty):

image

tmathews commented 5 years ago

It might be because the icon is actually only 16x16 and there is no upscaling being performed. Who knows tho. A real fix would to get multiple images of various resolutions or use an SVG for an icon.

maxhora commented 5 years ago

Was not able to repro the issue, but Thomas's observation makes sense. Have update the icon ( https://github.com/liamg/aminal/pull/200 ) with 128x128 one

maxhora commented 5 years ago

@daviesalex could you please confirm that this issue doesn't appear anymore, thanks

daviesalex commented 5 years ago

I think this is now resolved. Please close - I can reopen if I can repro.