From b1c2e90a051902854aaf4e6a64b39cb6f2178a62 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 20 Feb 2019 06:21:13 +0530 Subject: [PATCH] oops --- kitty/config_data.py | 1 + 1 file changed, 1 insertion(+) diff --git a/kitty/config_data.py b/kitty/config_data.py index 4f13ae6fe..34c225525 100644 --- a/kitty/config_data.py +++ b/kitty/config_data.py @@ -227,6 +227,7 @@ def adjust_line_height(x): if ans < 0: log_error('Percentage adjustments of cell sizes must be positive numbers') return 0 + return ans return int(x)