mirror of
https://github.com/mpv-player/mpv
synced 2024-12-17 20:34:58 +00:00
sub/osd/console/stats: use the same 1.65 outline size
This commit is contained in:
parent
fedd34e83c
commit
a0d7265ce9
@ -164,7 +164,7 @@ Configurable Options
|
|||||||
the window.
|
the window.
|
||||||
|
|
||||||
``border_size``
|
``border_size``
|
||||||
Default: 1.32
|
Default: 1.65
|
||||||
|
|
||||||
Set the font border size used for the REPL and the console.
|
Set the font border size used for the REPL and the console.
|
||||||
|
|
||||||
|
@ -2925,7 +2925,7 @@ Subtitles
|
|||||||
|
|
||||||
``--sub-border-size`` is an alias for ``--sub-outline-size``.
|
``--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>``
|
``--sub-border-style=<outline-and-shadow|opaque-box|background-box>``
|
||||||
The style of the border.
|
The style of the border.
|
||||||
|
@ -165,7 +165,7 @@ Configurable Options
|
|||||||
Color of the text.
|
Color of the text.
|
||||||
|
|
||||||
``border_size``
|
``border_size``
|
||||||
Default: 1.2
|
Default: 1.65
|
||||||
|
|
||||||
Size of border drawn around the font.
|
Size of border drawn around the font.
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ local platform = detect_platform()
|
|||||||
local opts = {
|
local opts = {
|
||||||
font = "",
|
font = "",
|
||||||
font_size = 24,
|
font_size = 24,
|
||||||
border_size = 1.32,
|
border_size = 1.65,
|
||||||
scale_with_window = "auto",
|
scale_with_window = "auto",
|
||||||
case_sensitive = platform ~= 'windows' and true or false,
|
case_sensitive = platform ~= 'windows' and true or false,
|
||||||
history_dedup = true,
|
history_dedup = true,
|
||||||
|
@ -56,7 +56,7 @@ local o = {
|
|||||||
font_mono = "monospace", -- monospaced digits are sufficient
|
font_mono = "monospace", -- monospaced digits are sufficient
|
||||||
font_size = 20,
|
font_size = 20,
|
||||||
font_color = "",
|
font_color = "",
|
||||||
border_size = 1.2,
|
border_size = 1.65,
|
||||||
border_color = "",
|
border_color = "",
|
||||||
shadow_x_offset = 0.0,
|
shadow_x_offset = 0.0,
|
||||||
shadow_y_offset = 0.0,
|
shadow_y_offset = 0.0,
|
||||||
|
@ -106,7 +106,7 @@ const struct m_sub_options sub_style_conf = {
|
|||||||
.outline_color = {0, 0, 0, 255},
|
.outline_color = {0, 0, 0, 255},
|
||||||
.back_color = {240, 240, 240, 128},
|
.back_color = {240, 240, 240, 128},
|
||||||
.border_style = 1,
|
.border_style = 1,
|
||||||
.outline_size = 2.09,
|
.outline_size = 1.65,
|
||||||
.shadow_offset = 0,
|
.shadow_offset = 0,
|
||||||
.margin_x = 19,
|
.margin_x = 19,
|
||||||
.margin_y = 34,
|
.margin_y = 34,
|
||||||
|
Loading…
Reference in New Issue
Block a user