Merge pull request #267 from matmicha/master

fixed offset when overlay anchored on the left
This commit is contained in:
trigg 2022-07-19 09:22:25 +01:00 committed by GitHub
commit cd65755314
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -546,7 +546,7 @@ class VoiceOverlayWindow(OverlayWindow):
if avatar_size < 8:
avatar_size = 8
current_x = 0
current_x = 0 + self.horz_edge_padding
offset_x_mult = 1
offset_x = avatar_size + self.horz_edge_padding
if self.align_right: