1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-27 00:50:49 +03:00

expose the terminal.linePadding setting

This commit is contained in:
Eugene Pankov 2021-12-21 23:37:09 +01:00
parent d080adc19d
commit 7900134f67
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -107,6 +107,16 @@ h3.mb-3 Appearance
(ngModelChange)='config.save()'
)
.form-line
.header
.title Line padding
.description Additional space between lines
input.form-control(
type='number',
[(ngModel)]='config.store.terminal.linePadding',
(ngModelChange)='config.save()',
)
.form-line
.header