mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-26 06:19:53 +00:00
limit max font size (fixes #618)
This commit is contained in:
parent
e28c619bdc
commit
f2be34d137
@ -26,6 +26,7 @@ h3.mb-3 Appearance
|
|||||||
)
|
)
|
||||||
input.form-control.w-25(
|
input.form-control.w-25(
|
||||||
type='number',
|
type='number',
|
||||||
|
max='48',
|
||||||
[(ngModel)]='config.store.terminal.fontSize',
|
[(ngModel)]='config.store.terminal.fontSize',
|
||||||
(ngModelChange)='config.save()',
|
(ngModelChange)='config.save()',
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user