Use more of the screen by default for thumbnail text.

This commit is contained in:
yrriban 2025-11-28 15:21:48 -05:00
parent cd9265d053
commit d93923c6f7

View file

@ -80,7 +80,7 @@ class Text(dcc.doom_base.WadMap):
width=self.thumbnail_width width=self.thumbnail_width
) as img: ) as img:
self.draw_text( self.draw_text(
img, text, img, text, wrap_dist=0.95
) )
img.trim() img.trim()
img.reset_coords() img.reset_coords()