1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-19 11:32:54 +08:00

Rename createRightSideContent() to createRightContent()

This commit is contained in:
Joseph Madamba 2023-10-10 18:15:05 -07:00
parent bb3f426b93
commit 837437ac57

View File

@ -140,7 +140,7 @@ namespace osu.Game.Online.Leaderboards
Width = 35 Width = 35
}, },
createCentreContent(user), createCentreContent(user),
createRightSideContent() createRightContent()
} }
} }
} }
@ -275,7 +275,7 @@ namespace osu.Game.Online.Leaderboards
}, },
}; };
private FillFlowContainer createRightSideContent() => private FillFlowContainer createRightContent() =>
new FillFlowContainer new FillFlowContainer
{ {
Padding = new MarginPadding { Left = 11, Right = 15 }, Padding = new MarginPadding { Left = 11, Right = 15 },