Skip to content

fix(desktop): default UI scale 90% → 100% (fonts read too small) - #807

Merged
agentforce314 merged 1 commit into
mainfrom
fix/desktop-default-zoom
Aug 8, 2026
Merged

fix(desktop): default UI scale 90% → 100% (fonts read too small)#807
agentforce314 merged 1 commit into
mainfrom
fix/desktop-default-zoom

Conversation

@agentforce314

Copy link
Copy Markdown
Owner

The reference implementation shipped a deliberately dense 90% zoom preset as the default; on typical displays the base typography reads too small (user report). This ships Chromium's actual-size 100% baseline instead:

  • Fresh installs and ⌘0 / Ctrl+0 land on 100%.
  • The Appearance → UI Scale control highlights 100% as the default; 90% stays available for dense-preference users, and any choice persists per install (zoom-state.json).
  • ⌘+/⌘− and Ctrl+wheel zoom unchanged.

electron vitest: 78 files green (zoom suite updated to the new baseline); typecheck green.

🤖 Generated with Claude Code

The reference implementation shipped a deliberately dense 90% zoom preset as
the default; on typical displays the base typography (13px rows at 90%) reads
too small. Ship Chromium's actual-size 100% baseline instead: fresh installs
and Ctrl/Cmd+0 land on 100%, the Appearance UI Scale control highlights it,
and users who prefer dense can still pick 90% (persisted, per install).

electron vitest: 78 files green (zoom suite updated to the new baseline).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@agentforce314
agentforce314 enabled auto-merge (squash) August 8, 2026 07:58
@agentforce314
agentforce314 merged commit 759bbf3 into main Aug 8, 2026
@agentforce314 agentforce314 mentioned this pull request Aug 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant