1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 18:07:23 +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())
{
Anchor = Anchor.CentreLeft,
Origin = Anchor.CentreLeft,
Scale = new Vector2(1.7f),
Anchor = Anchor.BottomLeft,
Origin = Anchor.BottomLeft,
Scale = new Vector2(1f),
};
});
}