From d567e31d57ce8f202622262ad474c055f9e00cdb Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 31 Mar 2025 10:45:11 +0530 Subject: [PATCH] ... --- kitty/options/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/options/utils.py b/kitty/options/utils.py index caa3391d7..5dab6906b 100644 --- a/kitty/options/utils.py +++ b/kitty/options/utils.py @@ -705,7 +705,7 @@ def tab_separator(x: str) -> str: def tab_bar_edge(x: str) -> int: - return {'top': defines.TOP_EDGE, 'bottom': defines.BOTTOM_EDGE}.get(x.lower(), 3) + return {'top': defines.TOP_EDGE, 'bottom': defines.BOTTOM_EDGE}.get(x.lower(), defines.BOTTOM_EDGE) def tab_font_style(x: str) -> tuple[bool, bool]: