1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 06:52:56 +08:00

Change right content origin

This commit is contained in:
recapitalverb 2020-02-15 16:53:44 +07:00
parent de6ea60ae1
commit ac46b36600

View File

@ -53,7 +53,7 @@ namespace osu.Game.Overlays.Profile.Sections.Ranks
new Container
{
RelativeSizeAxes = Axes.Both,
Padding = new MarginPadding { Left = 10, Right = performance_width + 30 },
Padding = new MarginPadding { Left = 10, Right = performance_width + 120 },
Children = new Drawable[]
{
new FillFlowContainer
@ -116,7 +116,7 @@ namespace osu.Game.Overlays.Profile.Sections.Ranks
CreateRightContent().With(c =>
{
c.Anchor = Anchor.CentreRight;
c.Origin = Anchor.CentreRight;
c.Origin = Anchor.CentreLeft;
}),
new FillFlowContainer
{