mirror of
https://github.com/ppy/osu
synced 2025-02-02 19:32:19 +00:00
Fix broken positioning of effected usernames
This commit is contained in:
parent
e20b44c3f2
commit
01fd08cba9
@ -148,8 +148,8 @@ namespace osu.Game.Overlays.Chat
|
||||
},
|
||||
new MessageSender(message.Sender)
|
||||
{
|
||||
AutoSizeAxes = Axes.Both,
|
||||
Padding = new MarginPadding { Left = timestamp_padding },
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Origin = Anchor.TopRight,
|
||||
Anchor = Anchor.TopRight,
|
||||
Child = effectedUsername,
|
||||
|
Loading…
Reference in New Issue
Block a user