Fully revert the line height change

This commit is contained in:
Kirill Bulatov 2023-07-20 15:39:22 +03:00
parent 0e6048a85d
commit 0237276557
2 changed files with 3 additions and 13 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.1;
const MIN_LINE_HEIGHT: f32 = 1.0;
#[derive(Clone, JsonSchema)]
pub struct ThemeSettings {