Fix broken positioning of effected usernames

This commit is contained in:
smoogipoo
2019-09-10 17:11:16 +09:00
parent e20b44c3f2
commit 01fd08cba9

View File

@ -148,8 +148,8 @@ namespace osu.Game.Overlays.Chat
}, },
new MessageSender(message.Sender) new MessageSender(message.Sender)
{ {
AutoSizeAxes = Axes.Both,
Padding = new MarginPadding { Left = timestamp_padding }, Padding = new MarginPadding { Left = timestamp_padding },
RelativeSizeAxes = Axes.Both,
Origin = Anchor.TopRight, Origin = Anchor.TopRight,
Anchor = Anchor.TopRight, Anchor = Anchor.TopRight,
Child = effectedUsername, Child = effectedUsername,