fixed offset when overlay anchored on the left

This commit is contained in:
matmicha 2022-07-18 19:07:00 +02:00
parent 6f6b6731ea
commit 946cc64f59

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: