mirror of
https://github.com/osukey/osukey.git
synced 2025-05-30 09:57:21 +09:00
Merge pull request #10308 from GSculerlor/user-list-panel-bg
Fix UserListPanel background position
This commit is contained in:
commit
97879c3c98
@ -26,6 +26,8 @@ namespace osu.Game.Users
|
|||||||
private void load()
|
private void load()
|
||||||
{
|
{
|
||||||
Background.Width = 0.5f;
|
Background.Width = 0.5f;
|
||||||
|
Background.Origin = Anchor.CentreRight;
|
||||||
|
Background.Anchor = Anchor.CentreRight;
|
||||||
Background.Colour = ColourInfo.GradientHorizontal(Color4.White.Opacity(1), Color4.White.Opacity(0.3f));
|
Background.Colour = ColourInfo.GradientHorizontal(Color4.White.Opacity(1), Color4.White.Opacity(0.3f));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user