diff --git a/crates/editor2/src/editor.rs b/crates/editor2/src/editor.rs index 3dd703bcba26fbc5b5d6e6311c94c5c15608f593..fc03150fb6055bb7f2dcf6d1c5825cf9c5bcbe2b 100644 --- a/crates/editor2/src/editor.rs +++ b/crates/editor2/src/editor.rs @@ -9303,7 +9303,7 @@ impl Render for Editor { font_size: rems(0.875).into(), font_weight: FontWeight::NORMAL, font_style: FontStyle::Normal, - line_height: relative(1.).into(), + line_height: relative(settings.buffer_line_height.value()), background_color: None, underline: None, white_space: WhiteSpace::Normal,