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:
parent
b5c3231feb
commit
cfcfe20221
@ -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),
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user