mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 01:17:14 +00:00
expose the terminal.linePadding setting
This commit is contained in:
parent
d080adc19d
commit
7900134f67
1 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue