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.
|
||||
|
||||
``border_size``
|
||||
Default: 1.32
|
||||
Default: 1.65
|
||||
|
||||
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``.
|
||||
|
||||
Default: 2.09
|
||||
Default: 1.65
|
||||
|
||||
``--sub-border-style=<outline-and-shadow|opaque-box|background-box>``
|
||||
The style of the border.
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user