From d93923c6f7b79704f9ffc00b20e00741c62b9af6 Mon Sep 17 00:00:00 2001 From: yrriban Date: Fri, 28 Nov 2025 15:21:48 -0500 Subject: [PATCH] Use more of the screen by default for thumbnail text. --- dcc/text.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dcc/text.py b/dcc/text.py index 75df5b4..3e36310 100644 --- a/dcc/text.py +++ b/dcc/text.py @@ -80,7 +80,7 @@ class Text(dcc.doom_base.WadMap): width=self.thumbnail_width ) as img: self.draw_text( - img, text, + img, text, wrap_dist=0.95 ) img.trim() img.reset_coords()