From 946cc64f5995f1d4310b9bd13699fcd95b77e1a2 Mon Sep 17 00:00:00 2001 From: matmicha Date: Mon, 18 Jul 2022 19:07:00 +0200 Subject: [PATCH] fixed offset when overlay anchored on the left --- discover_overlay/voice_overlay.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discover_overlay/voice_overlay.py b/discover_overlay/voice_overlay.py index 71b5833..1bd9d35 100644 --- a/discover_overlay/voice_overlay.py +++ b/discover_overlay/voice_overlay.py @@ -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: