This commit is contained in:
Kovid Goyal 2025-03-31 10:45:11 +05:30
parent 6200084ab3
commit d567e31d57
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

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