summaryrefslogtreecommitdiffstats
path: root/player
diff options
context:
space:
mode:
Diffstat (limited to 'player')
-rw-r--r--player/lua/osc.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/player/lua/osc.lua b/player/lua/osc.lua
index 3e3faa0d10..a9c5f503ca 100644
--- a/player/lua/osc.lua
+++ b/player/lua/osc.lua
@@ -1217,7 +1217,7 @@ layouts["bottombar"] = function()
lo.geometry = geo
lo.style = string.format("%s{\\clip(%f,%f,%f,%f)}",
osc_styles.vidtitleBar,
- geo.x, geo.y-geo.h/2, geo.w, geo.y+geo.h/2)
+ geo.x, geo.y-geo.h, geo.w, geo.y+geo.h)
-- Playback control buttons
@@ -1444,7 +1444,7 @@ layouts["topbar"] = function()
lo.geometry = geo
lo.style = string.format("%s{\\clip(%f,%f,%f,%f)}",
osc_styles.vidtitleBar,
- geo.x, geo.y-geo.h/2, geo.w, geo.y+geo.h/2)
+ geo.x, geo.y-geo.h, geo.w, geo.y+geo.h)
end
-- Validate string type user options