Fully revert the line height change
This commit is contained in:
parent
0e6048a85d
commit
0237276557
2 changed files with 3 additions and 13 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue