Allow users to set UI font properties in their settings

Co-Authored-By: Marshall Bowers <1486634+maxdeviant@users.noreply.github.com>
This commit is contained in:
Nate Butler 2023-11-16 11:37:46 -05:00
parent 2aa7c6f2b4
commit c71e522b4e
3 changed files with 24 additions and 4 deletions

View file

@ -9387,7 +9387,7 @@ impl Render for Editor {
font_size: rems(0.875).into(),
font_weight: FontWeight::NORMAL,
font_style: FontStyle::Normal,
line_height: relative(1.3).into(), // TODO relative(settings.buffer_line_height.value()),
line_height: relative(1.).into(),
underline: None,
}
}