From 3c575029e79716615bae42b41dedb5500976639b Mon Sep 17 00:00:00 2001 From: Vulcalien Date: Sat, 25 Dec 2021 14:21:19 +0100 Subject: [PATCH] Move 'cell_height' setting --- terminatorlib/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminatorlib/config.py b/terminatorlib/config.py index 260fe7e4..dfac9f4e 100644 --- a/terminatorlib/config.py +++ b/terminatorlib/config.py @@ -113,8 +113,8 @@ DEFAULTS = { 'disable_mouse_paste' : False, 'smart_copy' : True, 'clear_select_on_copy' : False, - 'cell_height' : 1.0, 'cell_width' : 1.0, + 'cell_height' : 1.0, 'case_sensitive' : True, 'invert_search' : False, 'link_single_click' : False,