mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 16:43:52 +09:00
Change right content origin
This commit is contained in:
@ -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
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user