mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Fix vkey
This commit is contained in:
@@ -36,7 +36,7 @@ BORDER_CHARS: dict[
|
||||
"inner": (("▗", "▄", "▖"), ("▐", " ", "▌"), ("▝", "▀", "▘")),
|
||||
"outer": (("▛", "▀", "▜"), ("▌", " ", "▐"), ("▙", "▄", "▟")),
|
||||
"hkey": (("▔", "▔", "▔"), (" ", " ", " "), ("▁", "▁", "▁")),
|
||||
"vkey": (("", "▏", " ▕"), ("", "▏", " ▕"), ("", "▏", " ▕")),
|
||||
"vkey": (("▏", " ", "▕"), ("▏", " ", "▕"), ("▏", " ", "▕")),
|
||||
"tall": (("▊", "▔", "▎"), ("▊", " ", "▎"), ("▊", "▁", "▎")),
|
||||
"wide": (("▁", "▁", "▁"), ("▎", " ", "▋"), ("▔", "▔", "▔")),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user