osc: set the wrap style for the title shown with window controls

I missed adding this when defining the style used for the video
title in the window control bar. The default behaviour is to wrap,
but we want to cut the title off when we run out of space.
This commit is contained in:
Philip Langdale 2019-12-12 13:10:57 -08:00
parent 19bd69e5e3
commit 2a0a595e37
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ local osc_styles = {
vidtitleBar = "{\\blur0\\bord0\\1c&HFFFFFF\\3c&HFFFFFF\\fs18\\q2}",
wcButtons = "{\\1c&HFFFFFF\\fs24\\fnmpv-osd-symbols}",
wcTitle = "{\\1c&HFFFFFF\\fs24}",
wcTitle = "{\\1c&HFFFFFF\\fs24\\q2}",
wcBar = "{\\1c&H000000}",
}