1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 14:17:26 +08:00

Fix anchor of tournament ruleset selector dropdown

This commit is contained in:
Joehu 2020-09-24 12:52:42 -07:00
parent dc85bcd470
commit 6ff26f6b8c

View File

@ -73,8 +73,8 @@ namespace osu.Game.Graphics.UserInterfaceV2
},
new Container
{
Anchor = Anchor.CentreRight,
Origin = Anchor.CentreRight,
Anchor = Anchor.TopRight,
Origin = Anchor.TopRight,
RelativeSizeAxes = Axes.X,
AutoSizeAxes = Axes.Y,
Child = Component = CreateComponent().With(d =>