From 2d8dfa2ec57d0fa046b4942e72ffd576faf29598 Mon Sep 17 00:00:00 2001 From: j Date: Wed, 15 Nov 2023 11:00:22 +0100 Subject: [PATCH] move up --- player/player.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/player/player.py b/player/player.py index e340728..de97dd3 100755 --- a/player/player.py +++ b/player/player.py @@ -21,7 +21,7 @@ DEBUG = False FONT = 'Menlo' FONT_SIZE = 36 FONT_BORDER = 5 -SUB_MARGIN = FONT_SIZE + 6 +SUB_MARGIN = 2 * FONT_SIZE + 6 def mpv_log(loglevel, component, message):