1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 10:33:30 +08:00

Reduce scale and better align user panel

This commit is contained in:
Dean Herbert 2023-07-21 15:46:14 +09:00
parent b5c3231feb
commit cfcfe20221

View File

@ -293,9 +293,9 @@ namespace osu.Game.Tournament.Screens.Editors
{ {
userPanelContainer.Child = new UserListPanel(user.ToAPIUser()) userPanelContainer.Child = new UserListPanel(user.ToAPIUser())
{ {
Anchor = Anchor.CentreLeft, Anchor = Anchor.BottomLeft,
Origin = Anchor.CentreLeft, Origin = Anchor.BottomLeft,
Scale = new Vector2(1.7f), Scale = new Vector2(1f),
}; };
}); });
} }