mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-27 18:51:41 +02:00
oops
This commit is contained in:
@@ -227,6 +227,7 @@ def adjust_line_height(x):
|
|||||||
if ans < 0:
|
if ans < 0:
|
||||||
log_error('Percentage adjustments of cell sizes must be positive numbers')
|
log_error('Percentage adjustments of cell sizes must be positive numbers')
|
||||||
return 0
|
return 0
|
||||||
|
return ans
|
||||||
return int(x)
|
return int(x)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user