From ac46b3660004f9d828265d398c0adf4447a4ea5a Mon Sep 17 00:00:00 2001 From: recapitalverb <41869184+recapitalverb@users.noreply.github.com> Date: Sat, 15 Feb 2020 16:53:44 +0700 Subject: [PATCH] Change right content origin --- .../Overlays/Profile/Sections/Ranks/DrawableProfileScore.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/osu.Game/Overlays/Profile/Sections/Ranks/DrawableProfileScore.cs b/osu.Game/Overlays/Profile/Sections/Ranks/DrawableProfileScore.cs index 0eee34a304..2f983ba16b 100644 --- a/osu.Game/Overlays/Profile/Sections/Ranks/DrawableProfileScore.cs +++ b/osu.Game/Overlays/Profile/Sections/Ranks/DrawableProfileScore.cs @@ -53,7 +53,7 @@ private void load() 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 @@ private void load() CreateRightContent().With(c => { c.Anchor = Anchor.CentreRight; - c.Origin = Anchor.CentreRight; + c.Origin = Anchor.CentreLeft; }), new FillFlowContainer {