mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-21 15:25:22 +03:00
Change Extra Large font name to X-Large to fix UI overflow.
This commit is contained in:
parent
8b59d05107
commit
4d582f45c8
1 changed files with 1 additions and 1 deletions
|
@ -910,7 +910,7 @@ OSD.constants = {
|
|||
{ file: "default", name: "Default" },
|
||||
{ file: "bold", name: "Bold" },
|
||||
{ file: "large", name: "Large" },
|
||||
{ file: "extra_large", name: "Extra Large" },
|
||||
{ file: "extra_large", name: "X-Large" },
|
||||
{ file: "betaflight", name: "Betaflight" },
|
||||
{ file: "digital", name: "Digital" },
|
||||
{ file: "clarity", name: "Clarity" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue