mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
More Clean up
This commit is contained in:
@ -90,7 +90,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
Offset = new Vector2(2, 0),
|
||||
Radius = 2,
|
||||
},
|
||||
Children = new [] {
|
||||
Children = new[] {
|
||||
IconLayer = new Box
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
@ -124,7 +124,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
Offset = new Vector2(2, 0),
|
||||
Radius = 2,
|
||||
},
|
||||
Children = new [] {
|
||||
Children = new[] {
|
||||
TextLayer = new Box
|
||||
{
|
||||
Origin = Anchor.TopLeft,
|
||||
|
Reference in New Issue
Block a user