Merge pull request #267 from matmicha/master
fixed offset when overlay anchored on the left
This commit is contained in:
commit
cd65755314
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue