mirror of
https://github.com/ppy/osu
synced 2025-03-03 18:10:28 +00:00
Reduce scale and better align user panel
This commit is contained in:
parent
b5c3231feb
commit
cfcfe20221
@ -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),
|
||||
};
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user