Raise minimum line height to 1.1
Disable buffer_line_height setting in non-buffer editors
This commit is contained in:
parent
7e904183bf
commit
aa67413abc
3 changed files with 14 additions and 3 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.0;
|
||||
const MIN_LINE_HEIGHT: f32 = 1.1;
|
||||
|
||||
#[derive(Clone, JsonSchema)]
|
||||
pub struct ThemeSettings {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue