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:
parent
bb3f426b93
commit
837437ac57
@ -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 },
|
||||||
|
Loading…
Reference in New Issue
Block a user