fix line height config variable location to match ui

This commit is contained in:
Matt Rose 2020-06-21 15:30:47 -04:00
parent 412c80eec7
commit 1924b91684
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',