tweak font size

This commit is contained in:
j 2023-11-15 11:04:36 +01:00
parent c8cb320d4d
commit 798efa43a8

View file

@ -19,9 +19,9 @@ SYNC_JUMP_AHEAD = 1
PORT = 9067
DEBUG = False
FONT = 'Menlo'
FONT_SIZE = 36
FONT_BORDER = 5
SUB_MARGIN = 2 * FONT_SIZE + 6
FONT_SIZE = 32
FONT_BORDER = 4
SUB_MARGIN = 2 * 36 + 6
def mpv_log(loglevel, component, message):