tweak font size
This commit is contained in:
parent
c8cb320d4d
commit
798efa43a8
1 changed files with 3 additions and 3 deletions
|
@ -19,9 +19,9 @@ SYNC_JUMP_AHEAD = 1
|
||||||
PORT = 9067
|
PORT = 9067
|
||||||
DEBUG = False
|
DEBUG = False
|
||||||
FONT = 'Menlo'
|
FONT = 'Menlo'
|
||||||
FONT_SIZE = 36
|
FONT_SIZE = 32
|
||||||
FONT_BORDER = 5
|
FONT_BORDER = 4
|
||||||
SUB_MARGIN = 2 * FONT_SIZE + 6
|
SUB_MARGIN = 2 * 36 + 6
|
||||||
|
|
||||||
|
|
||||||
def mpv_log(loglevel, component, message):
|
def mpv_log(loglevel, component, message):
|
||||||
|
|
Loading…
Reference in a new issue