From 1924b916846a149161b8b5407e44897360121743 Mon Sep 17 00:00:00 2001 From: Matt Rose Date: Sun, 21 Jun 2020 15:30:47 -0400 Subject: [PATCH] fix line height config variable location to match ui --- terminatorlib/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/terminatorlib/config.py b/terminatorlib/config.py index 987d648c..f5b23254 100644 --- a/terminatorlib/config.py +++ b/terminatorlib/config.py @@ -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' : 'plus',