From 971dbcc21cc1468c23bf37bb6fcc42a7c7797300 Mon Sep 17 00:00:00 2001 From: Philip Langdale Date: Sat, 30 Nov 2019 08:48:22 +0800 Subject: osc: apply boxvideo margins to the window controls It seems logical to account for the window controls if `boxvideo` is in use (which has the effect of reducing the size of the video so that the osc is not covering the video). --- player/lua/osc.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'player/lua') diff --git a/player/lua/osc.lua b/player/lua/osc.lua index ee18d0f89f..848fd25d34 100644 --- a/player/lua/osc.lua +++ b/player/lua/osc.lua @@ -1054,6 +1054,9 @@ function window_controls(alignment, topbar) if topbar then -- The title is already there as part of the top bar return + else + -- Apply boxvideo margins to the control bar + osc_param.video_margins.t = wsc_geo.h / osc_param.playresy end -- Window Title -- cgit v1.2.3