diff options
author | Ricardo Constantino <wiiaboo@gmail.com> | 2016-10-26 17:10:39 +0100 |
---|---|---|
committer | Ricardo Constantino <wiiaboo@gmail.com> | 2016-10-29 18:14:28 +0100 |
commit | 4abd23bd9507ed249f58a9f3b2053ee27eb0cfd2 (patch) | |
tree | 19c8a313c0630d591c8bb8e99e85bd6a639530a2 /player/lua | |
parent | 993466fc30e5a1a257778ccff283a8e31812206f (diff) |
osc: don't wrap the title
Diffstat (limited to 'player/lua')
-rw-r--r-- | player/lua/osc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/player/lua/osc.lua b/player/lua/osc.lua index 6a6f925d52..30d080b429 100644 --- a/player/lua/osc.lua +++ b/player/lua/osc.lua @@ -65,7 +65,7 @@ local osc_styles = { elementDown = "{\\1c&H999999}", timecodes = "{\\blur0\\bord0\\1c&HFFFFFF\\3c&HFFFFFF\\fs20}", - vidtitle = "{\\blur0\\bord0\\1c&HFFFFFF\\3c&HFFFFFF\\fs12}", + vidtitle = "{\\blur0\\bord0\\1c&HFFFFFF\\3c&HFFFFFF\\fs12\\q2}", timePos = "{\\blur0\\bord".. user_opts.tooltipborder .."\\1c&HFFFFFF\\3c&H000000\\1a&H00\\3a&H88\\fs20}", box = "{\\rDefault\\blur0\\bord1\\1c&H000000\\3c&HFFFFFF}", } |