mod user letter

This commit is contained in:
l.gabrysiak 2025-03-02 17:53:28 +01:00
parent 3c4d658099
commit f54cce446d
1 changed files with 1 additions and 1 deletions

View File

@ -359,7 +359,7 @@ class UsersTable:
draw = ImageDraw.Draw(image)
text_color = (255, 255, 255)
def get_font_size(image_size, text, font_source, target_percentage=0.8):
def get_font_size(image_size, text, font_source, target_percentage=0.6):
font_size = 1
while True:
if isinstance(font_source, bytes):