This commit is contained in:
j 2023-11-15 11:00:22 +01:00
parent a83781ef56
commit 2d8dfa2ec5

View file

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