Skip to content

Commit

Permalink
Oops gotta change something back
Browse files Browse the repository at this point in the history
  • Loading branch information
h-anjru committed Jul 30, 2024
1 parent d940bb1 commit eddb05d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crimsobot/utils/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -513,9 +513,9 @@ def make_currents_img(img: Image.Image, flip: bool) -> Image.Image:
_, height_new = img.size

if height_new >= 145:
row_y = 384 + 72 - height_new
row_y = 396 + 72 - height_new
else:
row_y = 384 - height_new // 2 # help make shorter images more visible
row_y = 396 - height_new // 2 # help make shorter images more visible

back.paste(img, (254, row_y), img)

Expand Down

0 comments on commit eddb05d

Please sign in to comment.