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):