Skip to content

Commit

Permalink
stats.lua: set border size to have the same relative thickness as osd
Browse files Browse the repository at this point in the history
It is 5.5% of font size.
  • Loading branch information
kasper93 committed Nov 9, 2024
1 parent ef31177 commit 0f44a32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DOCS/man/stats.rst
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ Configurable Options
Color of the text.

``border_size``
Default: 2
Default: 1.1

Size of border drawn around the font.

Expand Down
2 changes: 1 addition & 1 deletion player/lua/stats.lua
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ local o = {
font_mono = "monospace", -- monospaced digits are sufficient
font_size = 20,
font_color = "",
border_size = 2,
border_size = 1.1,
border_color = "",
shadow_x_offset = 0.0,
shadow_y_offset = 0.0,
Expand Down

0 comments on commit 0f44a32

Please sign in to comment.