wezterm: line height

This commit is contained in:
Daniel Lundin 2023-10-03 15:18:39 +02:00
parent 74b12bcfa5
commit ea69d13bcf

View file

@ -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,