mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 18:12:56 +08:00
Change anchoring to TopRight
This commit is contained in:
parent
7d273d631b
commit
2e2f26449d
@ -227,13 +227,13 @@ namespace osu.Game.Screens.Select
|
|||||||
{
|
{
|
||||||
createStarRatingDisplay(beatmapInfo).With(display =>
|
createStarRatingDisplay(beatmapInfo).With(display =>
|
||||||
{
|
{
|
||||||
display.Anchor = Anchor.CentreRight;
|
display.Anchor = Anchor.TopRight;
|
||||||
display.Origin = Anchor.CentreRight;
|
display.Origin = Anchor.TopRight;
|
||||||
}),
|
}),
|
||||||
StatusPill = new BeatmapSetOnlineStatusPill
|
StatusPill = new BeatmapSetOnlineStatusPill
|
||||||
{
|
{
|
||||||
Anchor = Anchor.CentreRight,
|
Anchor = Anchor.TopRight,
|
||||||
Origin = Anchor.CentreRight,
|
Origin = Anchor.TopRight,
|
||||||
TextSize = 11,
|
TextSize = 11,
|
||||||
TextPadding = new MarginPadding { Horizontal = 8, Vertical = 2 },
|
TextPadding = new MarginPadding { Horizontal = 8, Vertical = 2 },
|
||||||
Status = beatmapInfo.Status,
|
Status = beatmapInfo.Status,
|
||||||
|
Loading…
Reference in New Issue
Block a user