mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 06:36:24 +00:00
Decrease minimum fonts size to 4pt
This commit is contained in:
parent
4dc6918b13
commit
b40e1e6492
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ from .rgb import to_color
|
|||
from .utils import safe_print
|
||||
|
||||
key_pat = re.compile(r'([a-zA-Z][a-zA-Z0-9_-]*)\s+(.+)$')
|
||||
MINIMUM_FONT_SIZE = 6
|
||||
MINIMUM_FONT_SIZE = 4
|
||||
|
||||
|
||||
def to_font_size(x):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue