Use more of the screen by default for thumbnail text.
This commit is contained in:
parent
cd9265d053
commit
d93923c6f7
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue