sub/osd/console/stats: use the same 1.65 outline size

This commit is contained in:
Kacper Michajłow 2024-11-17 07:01:55 +01:00 committed by sfan5
parent fedd34e83c
commit a0d7265ce9
6 changed files with 6 additions and 6 deletions

View File

@ -164,7 +164,7 @@ Configurable Options
the window.
``border_size``
Default: 1.32
Default: 1.65
Set the font border size used for the REPL and the console.

View File

@ -2925,7 +2925,7 @@ Subtitles
``--sub-border-size`` is an alias for ``--sub-outline-size``.
Default: 2.09
Default: 1.65
``--sub-border-style=<outline-and-shadow|opaque-box|background-box>``
The style of the border.

View File

@ -165,7 +165,7 @@ Configurable Options
Color of the text.
``border_size``
Default: 1.2
Default: 1.65
Size of border drawn around the font.

View File

@ -31,7 +31,7 @@ local platform = detect_platform()
local opts = {
font = "",
font_size = 24,
border_size = 1.32,
border_size = 1.65,
scale_with_window = "auto",
case_sensitive = platform ~= 'windows' and true or false,
history_dedup = true,

View File

@ -56,7 +56,7 @@ local o = {
font_mono = "monospace", -- monospaced digits are sufficient
font_size = 20,
font_color = "",
border_size = 1.2,
border_size = 1.65,
border_color = "",
shadow_x_offset = 0.0,
shadow_y_offset = 0.0,

View File

@ -106,7 +106,7 @@ const struct m_sub_options sub_style_conf = {
.outline_color = {0, 0, 0, 255},
.back_color = {240, 240, 240, 128},
.border_style = 1,
.outline_size = 2.09,
.outline_size = 1.65,
.shadow_offset = 0,
.margin_x = 19,
.margin_y = 34,