microsoft/Terminal

Inactive tabs icons are blurry

Open

#16.101 aberto em 4 de out. de 2023

Ver no GitHub
 (2 comments) (0 reactions) (0 assignees)C++ (3.212 forks)batch import
Area-UserInterfaceHelp WantedIssue-BugProduct-Terminal

Métricas do repositório

Stars
 (35.764 stars)
Métricas de merge de PR
 (Mesclagem média 27d 19h) (24 fundiu PRs em 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

Guia do colaborador