chore(deps): toolkit v0.168.0, where the whole UI follows the one scale - #51
Merged
Conversation
Every drawable widget is now in the metric-scale audit (124 of 129 pass it; the other five are correct and have an assertion of their own), and the built-in font follows the scale too -- so a NativeScale window no longer hands the widget tree twice the pixels and gets chrome at twice the size around type that stayed put. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
tannevaled
added a commit
that referenced
this pull request
Aug 17, 2026
…le (#51) Every drawable widget is now in the metric-scale audit (124 of 129 pass it; the other five are correct and have an assertion of their own), and the built-in font follows the scale too -- so a NativeScale window no longer hands the widget tree twice the pixels and gets chrome at twice the size around type that stayed put. Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Every drawable widget is now in the toolkit's metric-scale audit — 124 of 129 pass it, and the other five are correct with an assertion of their own (toolkit#211, #213, #215) — and the built-in font follows the scale too (#216).
So a
NativeScalewindow no longer hands the widget tree twice the pixels and get chrome at twice the size around type that stayed put.windowsetsSetMetricScale; the toolkit now honours it everywhere.Twenty-five widgets were found not scaling across the three waves, in one audit that names them rather than a reading of a hundred files.
🤖 Generated with Claude Code