mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-24 21:59:04 +00:00
- Add a separate `git_commit_buffer_font_size` setting, defaulting to `12px` (the previous default before it was changed to use the buffer font size) - Add in-memory buffer font size overrides for zooming the commit modal and in-panel editor Self-Review Checklist: - [x] I've reviewed my own diff for quality, security, and reliability - [x] Unsafe blocks (if any) have justifying comments - [x] The content is consistent with the [UI/UX checklist](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist) - [ ] Tests cover the new/changed behavior - [x] Performance impact has been considered and is acceptable Release Notes: - Added a `git_commit_buffer_font_size` setting and made the in-panel and modal commit message editors zoomable. |
||
|---|---|---|
| .. | ||
| action.rs | ||
| agent.rs | ||
| editor.rs | ||
| extension.rs | ||
| fallible_options.rs | ||
| language.rs | ||
| language_model.rs | ||
| merge_from.rs | ||
| project.rs | ||
| serde_helper.rs | ||
| settings_content.rs | ||
| terminal.rs | ||
| theme.rs | ||
| title_bar.rs | ||
| workspace.rs | ||