Switch to "standard" as a default line height in the terminal (#38798)

Closes https://github.com/zed-industries/zed/issues/38686

Release Notes:

- Switched to "standard" as a default line height in the terminal
This commit is contained in:
Kirill Bulatov
2025-09-24 16:36:35 +00:00
committed by GitHub
parent a13e3a8af3
commit fa76b6ce06
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ If you would like to use distinct themes for light mode/dark mode that can be se
"font_family": "",
"font_size": 15,
// Terminal line height: comfortable (1.618), standard(1.3) or `{ "custom": 2 }`
"line_height": "comfortable",
"line_height": "standard",
},
// Agent Panel Font Settings