microsoft/Terminal

Inactive tabs icons are blurry

Open

#16,101 opened on Oct 4, 2023

View on GitHub
 (2 comments) (0 reactions) (0 assignees)C++ (3,212 forks)batch import
Area-UserInterfaceHelp WantedIssue-BugProduct-Terminal

Repository metrics

Stars
 (35,764 stars)
PR merge metrics
 (Avg merge 27d 19h) (24 merged PRs in 30d)

Description

Windows Terminal version

1.19.2682.0

Windows build number

10.0.19045.3448

Other Software

No response

Steps to reproduce

  1. Start WT.
  2. Look at the tab icon.
  3. Open a new tab.
  4. Look at the previous tab icon again.
  5. Switch between tabs a few more times.

Expected Behavior

Pixel-perfect icons everywhere.

Actual Behavior

Only the active tab icon looks good, the inactive one is blurry:

blur

I didn't look into the code, but it could be due to downscaling of inactive tabs by a pixel or so, if the icon gets baked into the tab before this downscaling and not after it:

image

Contributor guide