move up
This commit is contained in:
parent
a83781ef56
commit
2d8dfa2ec5
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue