mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-06 08:07:42 +00:00
docs: Add missing ui_font_size
option in configuring-zed.md
(#18189)
Some checks are pending
CI / Check formatting and spelling (push) Waiting to run
CI / (macOS) Run Clippy and tests (push) Waiting to run
CI / (Linux) Run Clippy and tests (push) Waiting to run
CI / (Windows) Run Clippy and tests (push) Waiting to run
CI / Create a macOS bundle (push) Blocked by required conditions
CI / Create a Linux bundle (push) Blocked by required conditions
CI / Create arm64 Linux bundle (push) Blocked by required conditions
Deploy Docs / Deploy Docs (push) Waiting to run
Docs / Check formatting (push) Waiting to run
Some checks are pending
CI / Check formatting and spelling (push) Waiting to run
CI / (macOS) Run Clippy and tests (push) Waiting to run
CI / (Linux) Run Clippy and tests (push) Waiting to run
CI / (Windows) Run Clippy and tests (push) Waiting to run
CI / Create a macOS bundle (push) Blocked by required conditions
CI / Create a Linux bundle (push) Blocked by required conditions
CI / Create arm64 Linux bundle (push) Blocked by required conditions
Deploy Docs / Deploy Docs (push) Waiting to run
Docs / Check formatting (push) Waiting to run
Added `ui_font_size`, an option that works in the editor but is missing from the documentation. Release Notes: - N/A
This commit is contained in:
parent
37c93d8fea
commit
0f4ebdfbca
1 changed files with 11 additions and 1 deletions
|
@ -215,7 +215,7 @@ For example, to use `Nerd Font` as a fallback, add the following to your setting
|
|||
|
||||
**Options**
|
||||
|
||||
`integer` values
|
||||
`integer` values from `6` to `100` pixels (inclusive)
|
||||
|
||||
## Buffer Font Weight
|
||||
|
||||
|
@ -2184,6 +2184,16 @@ Float values between `0.0` and `0.9`, where:
|
|||
}
|
||||
```
|
||||
|
||||
## UI Font Size
|
||||
|
||||
- Description: The default font size for text in the UI.
|
||||
- Setting: `ui_font_size`
|
||||
- Default: `16`
|
||||
|
||||
**Options**
|
||||
|
||||
`integer` values from `6` to `100` pixels (inclusive)
|
||||
|
||||
## An example configuration:
|
||||
|
||||
```json
|
||||
|
|
Loading…
Reference in a new issue