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