mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 00:02:54 +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 =>
|
||||
{
|
||||
display.Anchor = Anchor.CentreRight;
|
||||
display.Origin = Anchor.CentreRight;
|
||||
display.Anchor = Anchor.TopRight;
|
||||
display.Origin = Anchor.TopRight;
|
||||
}),
|
||||
StatusPill = new BeatmapSetOnlineStatusPill
|
||||
{
|
||||
Anchor = Anchor.CentreRight,
|
||||
Origin = Anchor.CentreRight,
|
||||
Anchor = Anchor.TopRight,
|
||||
Origin = Anchor.TopRight,
|
||||
TextSize = 11,
|
||||
TextPadding = new MarginPadding { Horizontal = 8, Vertical = 2 },
|
||||
Status = beatmapInfo.Status,
|
||||
|
Loading…
Reference in New Issue
Block a user