microsoft/Terminal

Inactive tabs icons are blurry

Offen

#16.101 geöffnet am 04.10.2023

 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C++ (9.275 Forks)batch import
Area-UserInterfaceHelp WantedIssue-BugProduct-Terminal

Repository-Metriken

Stars
 (103.173 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 27T 19h) (24 gemergte PRs in 30 T)

Beschreibung

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