Skip to content

Commit

Permalink
[ci skip] changed default values (font_size)
Browse files Browse the repository at this point in the history
  • Loading branch information
truethari committed Apr 19, 2021
1 parent 39d0b24 commit 2955bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thumb_gen/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from .utils import get_datadir, CheckIfFileExists
from .version import config_version

def create_config(IMAGES=12, IMAGE_QUALITY=80, FONT='', FONT_SIZE=30, CUSTOM_TEXT='', BG_COLOUR='white', FONT_COLOUR='black'):
def create_config(IMAGES=12, IMAGE_QUALITY=80, FONT='', FONT_SIZE=20, CUSTOM_TEXT='', BG_COLOUR='white', FONT_COLOUR='black'):
my_datadir = get_datadir() / "thumb-gen"

try:
Expand Down

0 comments on commit 2955bc6

Please sign in to comment.