From 2a0a595e379d24130a97a3375d39a5c9ce55091c Mon Sep 17 00:00:00 2001 From: Philip Langdale Date: Thu, 12 Dec 2019 13:10:57 -0800 Subject: 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. --- player/lua/osc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'player') diff --git a/player/lua/osc.lua b/player/lua/osc.lua index a8ec8c9bf4..9047db45bb 100644 --- a/player/lua/osc.lua +++ b/player/lua/osc.lua @@ -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}", } -- cgit v1.2.3