microsoft/Terminal

Inactive tabs icons are blurry

Open

#16,101 创建于 2023年10月4日

在 GitHub 查看
 (2 评论) (0 反应) (0 负责人)C++ (3,212 fork)batch import
Area-UserInterfaceHelp WantedIssue-BugProduct-Terminal

仓库指标

Star
 (35,764 star)
PR 合并指标
 (平均合并 27天 19小时) (30 天内合并 24 个 PR)

描述

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

贡献者指南