1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-20 14:20:55 +00:00

stats: decrease default font size

It's getting a bit cramped
This commit is contained in:
Julian 2016-02-12 02:02:22 +09:00 committed by wm4
parent bee7404efc
commit 5fb8dc5943

View File

@ -19,7 +19,7 @@ local o = {
-- Text style
font = "Source Sans Pro",
font_size = 11,
font_size = 10,
font_color = "FFFFFF",
border_size = 1.0,
border_color = "262626",