From 83525bf142eebf5af1f69a4a02946475d5796090 Mon Sep 17 00:00:00 2001 From: Nate Butler Date: Fri, 15 Dec 2023 12:22:33 -0500 Subject: [PATCH] Revert change to single line editor height --- crates/editor2/src/editor.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,