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]: