Merge pull request #142 from mattrose/fix-line-height

fix line height config variable location to match ui
This commit is contained in:
Matt Rose 2020-06-21 15:34:57 -04:00 committed by GitHub
commit 47563429fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -119,6 +119,7 @@ DEFAULTS = {
'putty_paste_style' : False,
'putty_paste_style_source_clipboard': False,
'smart_copy' : True,
'line_height' : 1.0,
},
'keybindings': {
'zoom_in' : '<Control>plus',