Skip to content

Commit

Permalink
Merge pull request #142 from mattrose/fix-line-height
Browse files Browse the repository at this point in the history
fix line height config variable location to match ui
  • Loading branch information
mattrose authored Jun 21, 2020
2 parents 412c80e + 1924b91 commit 4756342
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terminatorlib/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@
'putty_paste_style' : False,
'putty_paste_style_source_clipboard': False,
'smart_copy' : True,
'line_height' : 1.0,
},
'keybindings': {
'zoom_in' : '<Control>plus',
Expand Down

0 comments on commit 4756342

Please sign in to comment.