1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-28 05:36:31 +03:00

limit max font size (fixes #618)

This commit is contained in:
Eugene Pankov 2019-01-27 23:40:33 +01:00
parent e28c619bdc
commit f2be34d137

View File

@ -26,6 +26,7 @@ h3.mb-3 Appearance
)
input.form-control.w-25(
type='number',
max='48',
[(ngModel)]='config.store.terminal.fontSize',
(ngModelChange)='config.save()',
)