wezterm: line height
This commit is contained in:
parent
74b12bcfa5
commit
ea69d13bcf
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ return {
|
||||||
allow_square_glyphs_to_overflow_width = "Always",
|
allow_square_glyphs_to_overflow_width = "Always",
|
||||||
font_size = 13.5,
|
font_size = 13.5,
|
||||||
command_palette_font_size = 13.5,
|
command_palette_font_size = 13.5,
|
||||||
line_height = 1.065,
|
line_height = 1.1,
|
||||||
initial_cols = 132,
|
initial_cols = 132,
|
||||||
initial_rows = 45,
|
initial_rows = 45,
|
||||||
use_resize_increments = true,
|
use_resize_increments = true,
|
||||||
|
|
Loading…
Reference in a new issue