Raise minimum line height to 1.1

Disable buffer_line_height setting in non-buffer editors
This commit is contained in:
Mikayla Maki 2023-07-19 16:55:28 -07:00
parent 7e904183bf
commit aa67413abc
No known key found for this signature in database
3 changed files with 14 additions and 3 deletions

View file

@ -13,7 +13,7 @@ use std::sync::Arc;
use util::ResultExt as _;
const MIN_FONT_SIZE: f32 = 6.0;
const MIN_LINE_HEIGHT: f32 = 1.0;
const MIN_LINE_HEIGHT: f32 = 1.1;
#[derive(Clone, JsonSchema)]
pub struct ThemeSettings {