mirror of
https://github.com/osukey/osukey.git
synced 2025-07-24 11:50:03 +09:00
Fix broken positioning of effected usernames
This commit is contained in:
@ -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,
|
||||||
|
Reference in New Issue
Block a user