mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 16:42:57 +08:00
Fix parameter naming
This commit is contained in:
parent
eb828154ee
commit
351aaf41d9
@ -76,10 +76,10 @@ namespace osu.Game.Tests.Visual.UserInterface
|
||||
Margin = new MarginPadding(20),
|
||||
Text = name,
|
||||
},
|
||||
header.With(header =>
|
||||
header.With(h =>
|
||||
{
|
||||
header.Anchor = Anchor.TopCentre;
|
||||
header.Origin = Anchor.TopCentre;
|
||||
h.Anchor = Anchor.TopCentre;
|
||||
h.Origin = Anchor.TopCentre;
|
||||
})
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user