mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Keyword Spacing and Brackets Fixing
This commit is contained in:
@ -64,7 +64,8 @@ namespace osu.Game.Screens.Ranking
|
||||
Origin = Anchor.Centre,
|
||||
Children = new Drawable[]
|
||||
{
|
||||
new Box{
|
||||
new Box
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Alpha = 0,
|
||||
AlwaysPresent = true
|
||||
@ -87,6 +88,5 @@ namespace osu.Game.Screens.Ranking
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user