Merge pull request #142 from mattrose/fix-line-height
fix line height config variable location to match ui
This commit is contained in:
commit
47563429fc
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue